summaryrefslogtreecommitdiff
path: root/alot/mail/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/mail/headers.py')
-rw-r--r--alot/mail/headers.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/alot/mail/headers.py b/alot/mail/headers.py
index fa7f6414..d3e47e88 100644
--- a/alot/mail/headers.py
+++ b/alot/mail/headers.py
@@ -10,6 +10,13 @@ MAIL_REPLY_TO = 'Mail-Reply-To'
MAIL_FOLLOWUP_TO = 'Mail-Followup-To'
SUBJECT = 'Subject'
+DATE = 'Date'
+KEYWORDS = 'Keywords'
+
+MESSAGE_ID = 'Message-ID'
+USER_AGENT = 'User-Agent'
+
+MIME_VERSION = 'MIME-Version'
IN_REPLY_TO = 'In-Reply-To'
REFERENCES = 'References'