X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=009cb143c5f5f60a12540e1290ba9a531b4a80bf;hp=175133f49cc066ef709cb8dc8a9d9cdcb7456fe1;hb=98a31b4c67cc31ef5c46ae3587a20838ae1bd024;hpb=480b58036b7e8d75980ce2b7ef2d2e59acd13178;ds=sidebyside diff --git a/init.h b/init.h index 175133f..009cb14 100644 --- a/init.h +++ b/init.h @@ -211,7 +211,7 @@ struct option_t MuttVars[] = { */ #ifdef USE_NNTP {"ask_followup_to", DT_SYN, R_NONE, UL "nntp_ask_followup_to", 0}, - {"nntp_ask_follow_up", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, + {"nntp_ask_followup_to", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, /* ** .pp ** Availability: NNTP @@ -3289,6 +3289,20 @@ struct option_t MuttVars[] = { ** Setting this variable causes the ``status bar'' to be displayed on ** the first line of the screen rather than near the bottom. */ + {"strict_mailto", DT_BOOL, R_NONE, OPTSTRICTMAILTO, 1}, + /* + ** + ** .pp + ** With mailto: style links, a body as well as arbitrary header information + ** may be embedded. This may lead to (user) headers being overwriten without note + ** if ``$$edit_headers'' is unset. + ** + ** .pp + ** If this variable is \fIset\fP, mutt-ng is strict and allows anything to be + ** changed. If it's \fIunset\fP, all headers given will be prefixed with + ** ``X-Mailto-'' and the message including headers will be shown in the editor + ** regardless of what ``$$edit_headers'' is set to. + **/ {"strict_mime", DT_BOOL, R_NONE, OPTSTRICTMIME, 1}, /* ** .pp