summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 5537a31f..481af1f3 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -625,3 +625,5 @@ class TagCommand(Command):
elif self.action == 'toggle':
new = old.symmetric_difference(tags)
envelope.tags = sorted(new)
+ # reload buffer
+ ui.current_buffer.rebuild()