mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+2 -1
+2 -1
init.h
··· 4348 4348 ** header in this case. 4349 4349 ** .pp 4350 4350 ** Note this option only affects the sending of messages. Fcc'ed 4351 - ** messages will always write the ``Bcc:'' header if one exists. 4351 + ** copies of a message will always contain the ``Bcc:'' header if 4352 + ** one exists. 4352 4353 */ 4353 4354 { "write_inc", DT_NUM, R_NONE, {.p=&WriteInc}, {.l=10} }, 4354 4355 /*