X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=globals.h;h=3583416ba50b2fc49e452d25c1d5dd20fef04bbc;hb=97de4b74e9626fa50345a2ccb2c9f607e0ad3484;hp=d918b0365cbef06fdce97e1c5591e45d9888f193;hpb=4711a1a970ba7dda6eaf71f16fdfd74f90d02bb8;p=apps%2Fmadmutt.git diff --git a/globals.h b/globals.h index d918b03..3583416 100644 --- a/globals.h +++ b/globals.h @@ -185,6 +185,10 @@ WHERE char *LastFolder; WHERE LIST *AutoViewList INITVAL (0); WHERE LIST *AlternativeOrderList INITVAL (0); +WHERE LIST *AttachAllow INITVAL(0); +WHERE LIST *AttachExclude INITVAL(0); +WHERE LIST *InlineAllow INITVAL(0); +WHERE LIST *InlineExclude INITVAL(0); WHERE LIST *HeaderOrderList INITVAL (0); WHERE LIST *Ignore INITVAL (0); WHERE LIST *MimeLookupList INITVAL (0);