X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=533c4b389f8e3339a92d1a93684e97a837200d61;hp=3d8d5105d3f38d49cbdaaff5baace4e2abbddbde;hb=170b2f011c6e3616b24ae69bd181c4915ba6eb67;hpb=ce2c6b74b93777c66708ef0cfb7cc14ff1bf6a94 diff --git a/globals.h b/globals.h index 3d8d510..533c4b3 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); @@ -73,6 +75,7 @@ WHERE char *MhFlagged; WHERE char *MhReplied; WHERE char *MhUnseen; WHERE char *MsgFmt; +WHERE char *MsgIdFormat; #ifdef USE_SOCKET WHERE char *Preconnect INITVAL (NULL); @@ -117,6 +120,7 @@ WHERE char *SendCharset; WHERE char *Sendmail; WHERE char *Shell; WHERE char *Signature; +WHERE char *SignOffString; WHERE char *SimpleSearch; #if defined(USE_LIBESMTP) WHERE char *SmtpAuthUser; @@ -125,12 +129,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); @@ -157,6 +163,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 @@ -187,6 +195,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;