summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 80ec0855..09cf1fe8 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -178,6 +178,9 @@ class EnvelopeBuffer(Buffer):
description += key.uids[0].uid
lines.append(('GPG encrypt', description))
+ if self.envelope.tags:
+ lines.append(('Tags', ','.join(self.envelope.tags)))
+
# add header list widget iff header values exists
if lines:
key_att = settings.get_theming_attribute('envelope', 'header_key')