summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-24 10:28:19 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-24 10:28:19 +0100
commitaa2f8fe5215521437325b25ef89837657b081b7a (patch)
tree907376a8027dab83d9df8cad2fa2f982011d9773
parentdf4adbe93a861bc1a092c066dbb9f855475427f2 (diff)
mail/headers: fix header name
It's X-BeenThere, not X-Been-There.
-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 d3e47e88..76411ad5 100644
--- a/alot/mail/headers.py
+++ b/alot/mail/headers.py
@@ -22,5 +22,5 @@ IN_REPLY_TO = 'In-Reply-To'
REFERENCES = 'References'
LIST_ID = 'List-ID'
-X_BEEN_THERE = 'X-Been-There'
+X_BEEN_THERE = 'X-BeenThere'
X_MAILING_LIST = 'X-Mailing-List'