summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-07-05 11:12:05 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-07-11 20:58:34 +0200
commit3ff1c96634cea36be70ededc295607b8935cf38c (patch)
treeacf456a9fba07efcf148a74ffd16a87ac52506ee /alot/commands/envelope.py
parent97fe1033a24423afb6a540b0eec59a352bd2bfad (diff)
Display tags in envelope buffer
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()