X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=e50a9f3c86c4b738fbdc9b6c17a0b4614c4e769d;hp=4398ad0e0ee78c2d3414b7ca5824d124dada87df;hb=08b24cfbdc0c35af65891f5b2478dc0ee33feb7e;hpb=338946f4597bd0f4bc2510a4fef1527f2d526c23 diff --git a/init.h b/init.h index 4398ad0..e50a9f3 100644 --- a/init.h +++ b/init.h @@ -639,6 +639,25 @@ struct option_t MuttVars[] = { ** .pp ** This option allows you to edit the header of your outgoing messages ** along with the body of your message. + ** + ** .pp + ** Which empty header fields to show is controlled by the + ** $$editor_headers option. + */ +#ifdef USE_NNTP + {"editor_headers", DT_STR, R_NONE, UL &EditorHeaders, "From: To: Cc: Bcc: Subject: Reply-To: Newsgroups: Followup-To: X-Comment-To:" }, +#else + {"editor_headers", DT_STR, R_NONE, UL &EditorHeaders, "From: To: Cc: Bcc: Subject: Reply-To:" }, +#endif + /* + ** .pp + ** If $$edit_headers is \fIset\fP, this space-separated list specifies + ** which \fInon-empty\fP header fields to edit in addition to + ** user-defined headers. + ** + ** .pp + ** Note: if $$edit_headers had to be turned on by force because + ** $$strict_mailto is \fIunset\fP, this option has no effect. */ {"editor", DT_PATH, R_NONE, UL &Editor, "" }, /*