summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-11-07 19:33:31 -0800
committerKevin McCarthy <kevin@8t8.us>2019-11-07 19:33:31 -0800
commitc64baf939418b9ad7380edabb4f20be812bdd1d4 (patch)
treef32110d8878f27c5845c21db408b19b75d691993 /mutt.h
parent29167ecfc262c36b0570844e87b511e34878949b (diff)
Change $write_bcc to default off.
Change Fcc'ing to always write a Bcc header regardless of the setting. Update the variable documentation to note the difference when Fcc'ing.
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 947d1a06..37bd61b9 100644
--- a/mutt.h
+++ b/mutt.h
@@ -159,6 +159,7 @@ typedef enum
typedef enum
{
MUTT_WRITE_HEADER_NORMAL,
+ MUTT_WRITE_HEADER_FCC,
MUTT_WRITE_HEADER_POSTPONE,
MUTT_WRITE_HEADER_EDITHDRS,
MUTT_WRITE_HEADER_MIME