X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=globals.h;h=6d3571dbbb44e16dccb04c0c536103c220bed075;hb=4a9d00d99a1b6b24a9fcc8eb604dc3812b2782b8;hp=85680d9b279ee40e2a6c6656fd63efea8159e38e;hpb=faed98ab64dd3cbd29e674141cd074d6c9f8909c;p=apps%2Fmadmutt.git diff --git a/globals.h b/globals.h index 85680d9..6d3571d 100644 --- a/globals.h +++ b/globals.h @@ -39,6 +39,7 @@ WHERE char *Attribution; WHERE char *AttachFormat; WHERE char *Charset; WHERE char *ComposeFormat; +WHERE char *ConfigCharset; WHERE char *ContentType; WHERE char *DefaultHook; WHERE char *DateFmt; @@ -56,6 +57,7 @@ WHERE char *Hostname; #ifdef USE_IMAP WHERE char *ImapAuthenticators INITVAL (NULL); WHERE char *ImapDelimChars INITVAL (NULL); +WHERE char *ImapHeaders; WHERE char *ImapHomeNamespace INITVAL (NULL); WHERE char *ImapPass INITVAL (NULL); WHERE char *ImapUser INITVAL (NULL); @@ -65,6 +67,10 @@ WHERE char *Ispell; WHERE char *Locale; WHERE char *MailcapPath; WHERE char *Maildir; +#if USE_HCACHE +WHERE char *HeaderCache; +WHERE char *HeaderCachePageSize; +#endif WHERE char *MhFlagged; WHERE char *MhReplied; WHERE char *MhUnseen; @@ -121,12 +127,14 @@ WHERE char *SmtpHost; WHERE unsigned short SmtpPort; #endif WHERE char *Spoolfile; +WHERE char *SpamSep; #if defined(USE_SSL) || defined(USE_NSS) || defined(USE_GNUTLS) WHERE char *SslCertFile INITVAL (NULL); #endif #if defined(USE_SSL) || defined(USE_NSS) WHERE char *SslEntropyFile INITVAL (NULL); #endif +WHERE char *SslClientCert INITVAL (NULL); #ifdef USE_GNUTLS WHERE short SslDHPrimeBits; WHERE char *SslCACertFile INITVAL (NULL); @@ -153,6 +161,8 @@ WHERE LIST *UnIgnore INITVAL(0); WHERE RX_LIST *Alternates INITVAL(0); WHERE RX_LIST *MailLists INITVAL(0); WHERE RX_LIST *SubscribedLists INITVAL(0); +WHERE SPAM_LIST *SpamList INITVAL(0); +WHERE RX_LIST *NoSpamList INITVAL(0); /* bit vector for boolean variables */ #ifdef MAIN_C @@ -183,6 +193,7 @@ WHERE short ReadInc; WHERE short SendmailWait; WHERE short SleepTime INITVAL (1); WHERE short Timeout; +WHERE short Umask INITVAL(0077); WHERE short WrapMargin; WHERE short WriteInc;