summaryrefslogtreecommitdiff
path: root/alot/commands.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-07-19 16:39:54 +0100
committerpazz <patricktotzke@gmail.com>2011-07-19 16:39:54 +0100
commitda2f14c96b7c98ec38f2b59dadb135145f608cbd (patch)
tree629a98bda7cc79ba5b374dd86965fcda364b6939 /alot/commands.py
parent9d4302a05d8abd1e7228d735725d4189f752b4bc (diff)
propagate sync_maildir_flags
Diffstat (limited to 'alot/commands.py')
-rw-r--r--alot/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/commands.py b/alot/commands.py
index 1fe2d8a1..2b230d15 100644
--- a/alot/commands.py
+++ b/alot/commands.py
@@ -74,6 +74,7 @@ class OpenThreadCommand(Command):
if 'unread' in self.thread.get_tags():
self.thread.remove_tags(['unread'])
ui.apply_command(FlushCommand())
+ self.thread.refresh()