X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=45449e86f198efd525a42912731f4cf513d3f2bc;hp=1c226eae2b2a735b87f28bfa9348ccac6f5b0389;hb=4b31579af880a5442699fb93f30e0b3127d37c57;hpb=1d7238dc43311c4545883dc1151bf5b142d88c0b diff --git a/globals.h b/globals.h index 1c226ea..45449e8 100644 --- a/globals.h +++ b/globals.h @@ -34,11 +34,13 @@ WHERE ADDRESS *From; WHERE char *AliasFile; WHERE char *AliasFmt; +WHERE char *AssumedCharset; WHERE char *AttachSep; WHERE char *Attribution; WHERE char *AttachFormat; WHERE char *Charset; WHERE char *ComposeFormat; +WHERE char *ConfigCharset; WHERE char *ContentType; WHERE char *DefaultHook; WHERE char *DateFmt; @@ -47,6 +49,7 @@ WHERE char *DsnNotify; WHERE char *DsnReturn; WHERE char *Editor; WHERE char *EscChar; +WHERE char *FileCharset; WHERE char *FolderFormat; WHERE char *ForwFmt; WHERE char *Fqdn; @@ -56,6 +59,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 +77,7 @@ WHERE char *MhFlagged; WHERE char *MhReplied; WHERE char *MhUnseen; WHERE char *MsgFmt; +WHERE char *MsgIdFormat; #ifdef USE_SOCKET WHERE char *Preconnect INITVAL (NULL); @@ -116,7 +121,9 @@ WHERE char *Realname; WHERE char *SendCharset; WHERE char *Sendmail; WHERE char *Shell; +WHERE char *SidebarDelim; WHERE char *Signature; +WHERE char *SignOffString; WHERE char *SimpleSearch; #if defined(USE_LIBESMTP) WHERE char *SmtpAuthUser; @@ -125,12 +132,16 @@ 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 +#ifdef USE_SSL +WHERE char *SslClientCert INITVAL (NULL); +#endif #ifdef USE_GNUTLS WHERE short SslDHPrimeBits; WHERE char *SslCACertFile INITVAL (NULL); @@ -145,6 +156,7 @@ WHERE char *Visual; WHERE char *XtermTitle; WHERE char *XtermIcon; +WHERE char *CurrentFolder; WHERE char *LastFolder; WHERE LIST *AutoViewList INITVAL(0); @@ -155,8 +167,13 @@ WHERE LIST *MimeLookupList INITVAL(0); WHERE LIST *UnIgnore INITVAL(0); WHERE RX_LIST *Alternates INITVAL(0); +WHERE RX_LIST *UnAlternates INITVAL(0); WHERE RX_LIST *MailLists INITVAL(0); +WHERE RX_LIST *UnMailLists INITVAL(0); WHERE RX_LIST *SubscribedLists INITVAL(0); +WHERE RX_LIST *UnSubscribedLists INITVAL(0); +WHERE SPAM_LIST *SpamList INITVAL(0); +WHERE RX_LIST *NoSpamList INITVAL(0); /* bit vector for boolean variables */ #ifdef MAIN_C @@ -181,6 +198,7 @@ WHERE short NntpContext; WHERE short ConnectTimeout; WHERE short HistSize; +WHERE short MenuContext; WHERE short PagerContext; WHERE short PagerIndexLines; WHERE short ReadInc; @@ -190,6 +208,7 @@ WHERE short Timeout; WHERE short Umask INITVAL(0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxLineLength; WHERE short ScoreThresholdDelete; WHERE short ScoreThresholdRead; @@ -200,6 +219,7 @@ WHERE short DrawFullLine INITVAL(0); WHERE short SidebarWidth; #ifdef USE_IMAP WHERE short ImapKeepalive; +WHERE short ImapBuffyTimeout; #endif /* flags for received signals */