show sent mails in inbox
This commit is contained in:
parent
69f9fdcfb8
commit
4bf0b73da6
2 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
from alot.commands.globals import ExternalCommand
|
||||
from alot.commands.search import OpenThreadCommand
|
||||
|
||||
def loop_hook(ui=None):
|
||||
ui.apply_command(ExternalCommand(
|
||||
|
@ -10,7 +9,3 @@ def loop_hook(ui=None):
|
|||
if ui and ui.current_buffer:
|
||||
ui.update()
|
||||
|
||||
def post_search_select(ui=None, dbm=None, cmd=None):
|
||||
if isinstance(cmd, OpenThreadCommand):
|
||||
cmd.thread.remove_tags({"unread"})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue