From 3ff1c96634cea36be70ededc295607b8935cf38c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Wed, 5 Jul 2017 11:12:05 +0200 Subject: Display tags in envelope buffer --- alot/commands/envelope.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alot/commands') 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() -- cgit v1.2.3