last lists into Mime
[apps/madmutt.git] / globals.h
index 0bc0c97..38438e2 100644 (file)
--- 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];