X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=38438e2dc65a05ef95acc6e30f2e38b220eaeb89;hp=0bc0c97fd26a346741d6f7435b51017ed16bf040;hb=5f299ed8b67fa06f3c96777d437c0285ff71d9ac;hpb=923e295d2cd179be0ab05890c9788bb822b1b340 diff --git a/globals.h b/globals.h index 0bc0c97..38438e2 100644 --- a/globals.h +++ b/globals.h @@ -148,9 +148,6 @@ WHERE string_list_t *AttachAllow INITVAL(0); WHERE string_list_t *AttachExclude INITVAL(0); WHERE string_list_t *InlineAllow INITVAL(0); WHERE string_list_t *InlineExclude INITVAL(0); -WHERE string_list_t *HeaderOrderList INITVAL (0); -WHERE string_list_t *Ignore INITVAL (0); -WHERE string_list_t *UnIgnore INITVAL (0); /* bit vector for boolean variables */ WHERE unsigned char Options[(OPTMAX + 7) / 8];