summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-05-14 18:55:00 -0600
committerKevin McCarthy <kevin@8t8.us>2021-05-14 19:38:39 -0700
commit4c786d8795fa55eca3685d58edc60361ddf4de37 (patch)
treec387b18ccaa338f87ad7e2fd761fadd72e744471 /mutt.h
parent791fc1c64d7a671f759d47f66168c4cc373b31ef (diff)
Add local_date_header option
Add an option to convert the date used in the Date header into the local (sender's) timezone. This is the current behavior and the option defaults to true. Unsetting this option causes the date in the Date header to be formatted using the GMT timezone. This option is useful for privacy-sensitive users who may not wish to divulge their sending timezone.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index b7f9d234..88b71da5 100644
--- a/mutt.h
+++ b/mutt.h
@@ -480,6 +480,7 @@ enum
OPTINCLUDEENCRYPTED,
OPTINCLUDEONLYFIRST,
OPTKEEPFLAGGED,
+ OPTLOCALDATEHEADER,
OPTMUTTLISPINLINEEVAL,
OPTMAILCAPSANITIZE,
OPTMAILCHECKRECENT,