summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-11-25 15:36:48 -0800
committerKevin McCarthy <kevin@8t8.us>2019-11-25 15:36:48 -0800
commit220a4c912bdca30362e6287056dcff06c7f51343 (patch)
tree2c0acaa9f66e6740e2738d2a9322fa9ea71aeeb3 /init.h
parent54aa06f7d66b933a78dd1738bc1a88587b890c9f (diff)
Clarify $write_bcc documentation.
The wording was ambiguous, and could give the impression that a message, if fcc'ed, would contain the Bcc header when sent too.
Diffstat (limited to 'init.h')
-rw-r--r--init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.h b/init.h
index 89e85bfb..bf7f1288 100644
--- a/init.h
+++ b/init.h
@@ -4348,7 +4348,8 @@ struct option_t MuttVars[] = {
** header in this case.
** .pp
** Note this option only affects the sending of messages. Fcc'ed
- ** messages will always write the ``Bcc:'' header if one exists.
+ ** copies of a message will always contain the ``Bcc:'' header if
+ ** one exists.
*/
{ "write_inc", DT_NUM, R_NONE, {.p=&WriteInc}, {.l=10} },
/*