X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=38438e2dc65a05ef95acc6e30f2e38b220eaeb89;hp=089fae11285b20cc52b32d313996fee0885f8673;hb=5f299ed8b67fa06f3c96777d437c0285ff71d9ac;hpb=9f817787be195b0065d0ffb9d8f2d0ef3595538b diff --git a/globals.h b/globals.h index 089fae1..38438e2 100644 --- a/globals.h +++ b/globals.h @@ -47,7 +47,6 @@ WHERE char *ImapLogin INITVAL (NULL); WHERE char *ImapPass INITVAL (NULL); WHERE char *ImapUser INITVAL (NULL); WHERE char *Inbox; -WHERE char *Ispell; WHERE char *Locale; WHERE char *Maildir; @@ -149,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];