X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=globals.h;h=921a8bf340010cdf4afc35ca3a0de8fab496f69c;hb=58e0ddff3bd5e1b9455e8c3ebb1f4b9e7dd71920;hp=fe17703b569591dfa9c1a8a1e50209de28e7a22e;hpb=418e55040ec4a95698a8f1f128f3afbfd6aba48b;p=apps%2Fmadmutt.git diff --git a/globals.h b/globals.h index fe17703..921a8bf 100644 --- a/globals.h +++ b/globals.h @@ -21,12 +21,8 @@ WHERE char AttachmentMarker[STRING]; WHERE char Quotebuf[STRING]; -WHERE char *MuttDotlock; - -WHERE address_t *EnvFrom; WHERE address_t *From; -WHERE char *AssumedCharset; WHERE char *AttachSep; WHERE char *Attribution; WHERE char *AttachFormat; @@ -36,17 +32,12 @@ WHERE char *ContentType; WHERE char *DefaultHook; WHERE char *DateFmt; WHERE char *DisplayFilter; -WHERE char *DsnNotify; -WHERE char *DsnReturn; -WHERE char *Editor; WHERE char *EditorHeaders; WHERE char *FileCharset; WHERE char *FolderFormat; WHERE char *ForwFmt; WHERE char *Fqdn; WHERE char *HdrFmt; -WHERE char *Homedir; -WHERE char *Hostname; WHERE char *ImapAuthenticators INITVAL (NULL); WHERE char *ImapDelimChars INITVAL (NULL); @@ -58,7 +49,6 @@ WHERE char *ImapUser INITVAL (NULL); WHERE char *Inbox; WHERE char *Ispell; WHERE char *Locale; -WHERE char *MailcapPath; WHERE char *Maildir; #ifdef USE_HCACHE @@ -117,8 +107,6 @@ WHERE char *Prefix; WHERE char *PrintCmd; WHERE char *QueryCmd; WHERE char *Realname; -WHERE char *SendCharset; -WHERE char *Sendmail; WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; @@ -134,7 +122,6 @@ WHERE unsigned short SmtpPort; WHERE char *SmtpUseTLS; #endif WHERE char *Spoolfile; -WHERE char *SpamSep; #if defined(USE_SSL) || defined(USE_GNUTLS) WHERE char *SslCertFile INITVAL (NULL); @@ -152,10 +139,8 @@ WHERE char *SslCACertFile INITVAL (NULL); #endif WHERE char *StChars; WHERE char *Status; -WHERE char *Tempdir; WHERE char *Tochars; WHERE char *TrashPath; -WHERE char *Username; WHERE char *XtermTitle; WHERE char *XtermLeave; WHERE char *XtermIcon; @@ -174,15 +159,6 @@ WHERE string_list_t *Ignore INITVAL (0); WHERE string_list_t *MimeLookupList INITVAL (0); WHERE string_list_t *UnIgnore INITVAL (0); -WHERE rx_t *Alternates INITVAL (0); -WHERE rx_t *UnAlternates INITVAL (0); -WHERE rx_t *MailLists INITVAL (0); -WHERE rx_t *UnMailLists INITVAL (0); -WHERE rx_t *SubscribedLists INITVAL (0); -WHERE rx_t *UnSubscribedLists INITVAL (0); -WHERE rx_t *SpamList INITVAL (0); -WHERE rx_t *NoSpamList INITVAL (0); - /* bit vector for boolean variables */ #ifdef MAIN_C unsigned char Options[(OPTMAX + 7) / 8]; @@ -208,7 +184,6 @@ WHERE short MenuContext; WHERE short PagerContext; WHERE short PagerIndexLines; WHERE short ReadInc; -WHERE short SendmailWait; WHERE short SleepTime INITVAL (1); WHERE short Timeout; WHERE short Umask INITVAL (0077);