summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-20 15:15:41 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-20 15:15:41 +0100
commitadc7dce780d81d3ffb0d726213e4393ae93fbb5a (patch)
treee39ece43827def6de5216666a7586b27fda29528
parentd38607586467ab1cdc858756402de79cd5bf516b (diff)
mail/headers: use the canonical Capitalized spelling
-rw-r--r--alot/mail/headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/mail/headers.py b/alot/mail/headers.py
index de301b99..3138c281 100644
--- a/alot/mail/headers.py
+++ b/alot/mail/headers.py
@@ -12,7 +12,7 @@ MAIL_FOLLOWUP_TO = 'Mail-Followup-To'
SUBJECT = 'Subject'
IN_REPLY_TO = 'In-Reply-To'
-REFERENCES = 'references'
+REFERENCES = 'References'
X_BEEN_THERE = 'X-Been-There'
X_MAILING_LIST = 'X-Mailing-List'