X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=d0e79754590d99051129aa3ecc236e952a1c7b9c;hp=175133f49cc066ef709cb8dc8a9d9cdcb7456fe1;hb=050fda243e3ffb5db9f8ecace4ed06398e8f8ec5;hpb=480b58036b7e8d75980ce2b7ef2d2e59acd13178 diff --git a/init.h b/init.h index 175133f..d0e7975 100644 --- a/init.h +++ b/init.h @@ -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