X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=7e06280cebea3f1c32f7fbc6bffc40bde7a3c706;hp=002c50944829bab93972e21e62f60d493ebd2b8e;hb=44f97e3b57de6d306b9a1a9b58f992b80e920213;hpb=047342c2a0526885217e03d06e9b7a715f55b92f diff --git a/globals.h b/globals.h index 002c509..7e06280 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); @@ -65,10 +69,15 @@ 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; WHERE char *MsgFmt; +WHERE char *MsgIdFormat; #ifdef USE_SOCKET WHERE char *Preconnect INITVAL (NULL); @@ -112,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; @@ -121,10 +132,20 @@ WHERE char *SmtpHost; WHERE unsigned short SmtpPort; #endif WHERE char *Spoolfile; -#if defined(USE_SSL) || defined(USE_NSS) +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); +#endif WHERE char *StChars; WHERE char *Status; WHERE char *Tempdir; @@ -145,8 +166,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 @@ -171,14 +197,17 @@ WHERE short NntpContext; WHERE short ConnectTimeout; WHERE short HistSize; +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); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxLineLength; WHERE short ScoreThresholdDelete; WHERE short ScoreThresholdRead; @@ -242,8 +271,6 @@ WHERE char *SmimeGetCertEmailCommand; -WHERE int slrnface_fd INITVAL (-1); - #ifdef DEBUG WHERE FILE *debugfile INITVAL (0); WHERE int debuglevel INITVAL (0);