X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=bfdda5bfc024747851b9c4d778ffe11c49a3aa79;hp=089fae11285b20cc52b32d313996fee0885f8673;hb=6d2a5b1e45ea9606d27a23c068bd4e8e5f94f341;hpb=9f817787be195b0065d0ffb9d8f2d0ef3595538b diff --git a/globals.h b/globals.h index 089fae1..bfdda5b 100644 --- a/globals.h +++ b/globals.h @@ -21,8 +21,6 @@ WHERE char AttachmentMarker[STRING]; WHERE char Quotebuf[STRING]; -WHERE address_t *From; - WHERE char *AttachSep; WHERE char *Attribution; WHERE char *AttachFormat; @@ -36,7 +34,6 @@ WHERE char *EditorHeaders; WHERE char *FileCharset; WHERE char *FolderFormat; WHERE char *ForwFmt; -WHERE char *Fqdn; WHERE char *HdrFmt; WHERE char *ImapAuthenticators INITVAL (NULL); @@ -47,7 +44,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; @@ -87,7 +83,6 @@ WHERE char *NntpUser; WHERE char *NntpPass; WHERE char *NewsRc; #endif -WHERE char *Outbox; WHERE char *Pager; WHERE char *PagerFmt; WHERE char *PipeSep; @@ -107,7 +102,6 @@ WHERE char *Realname; WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; -WHERE char *Signature; WHERE char *SignOffString; WHERE char *SimpleSearch; @@ -149,9 +143,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];