X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=3b26aa984ac6140c3671cb2280b8362f15a9c9b9;hp=9ce99fb569698842abec37532a08cb07ea30761c;hb=55a238fef5db8ed7cc0c58654ba15df9638b25b4;hpb=68e9c3fe5664c1e13093e24dd15415ac000af70c diff --git a/globals.h b/globals.h index 9ce99fb..3b26aa9 100644 --- a/globals.h +++ b/globals.h @@ -9,6 +9,8 @@ #ifndef _GLOBALS_H #define _GLOBALS_H +#include "alias.h" + #include "lib/str.h" #include "lib/list.h" #include "lib/rx.h" @@ -59,6 +61,7 @@ WHERE char *ImapAuthenticators INITVAL (NULL); WHERE char *ImapDelimChars INITVAL (NULL); WHERE char *ImapHeaders; WHERE char *ImapHomeNamespace INITVAL (NULL); +WHERE char *ImapLogin INITVAL (NULL); WHERE char *ImapPass INITVAL (NULL); WHERE char *ImapUser INITVAL (NULL); #endif @@ -70,14 +73,17 @@ WHERE char *Maildir; #if USE_HCACHE WHERE char *HeaderCache; +#if HAVE_GDBM || HAVE_DB4 WHERE char *HeaderCachePageSize; -#endif +#endif /* HAVE_GDBM || HAVE_DB4 */ +#endif /* USE_HCACHE */ WHERE char *MhFlagged; WHERE char *MhReplied; WHERE char *MhUnseen; WHERE char *MsgFmt; WHERE char *MsgIdFormat; +WHERE rx_t AttachRemindRegexp; WHERE rx_t Mask; WHERE rx_t QuoteRegexp; WHERE rx_t ReplyRegexp; @@ -139,20 +145,23 @@ WHERE char *SimpleSearch; #if defined(USE_LIBESMTP) WHERE char *SmtpAuthUser; WHERE char *SmtpAuthPass; +WHERE char *SmtpEnvFrom; WHERE char *SmtpHost; WHERE unsigned short SmtpPort; +WHERE char *SmtpUseTLS; #endif WHERE char *Spoolfile; WHERE char *SpamSep; -#if defined(USE_SSL) || defined(USE_NSS) || defined(USE_GNUTLS) +#if defined(USE_SSL) || defined(USE_GNUTLS) WHERE char *SslCertFile INITVAL (NULL); #endif -#if defined(USE_SSL) || defined(USE_NSS) +#if defined(USE_SSL) WHERE char *SslEntropyFile INITVAL (NULL); #endif #ifdef USE_SSL WHERE char *SslClientCert INITVAL (NULL); +WHERE LIST *SslSessionCerts INITVAL (NULL); #endif #ifdef USE_GNUTLS WHERE short SslDHPrimeBits; @@ -166,6 +175,7 @@ WHERE char *TrashPath; WHERE char *Username; WHERE char *Visual; WHERE char *XtermTitle; +WHERE char *XtermLeave; WHERE char *XtermIcon; WHERE char *CurrentFolder; @@ -220,6 +230,7 @@ WHERE short Timeout; WHERE short Umask INITVAL (0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxDispRecips; WHERE short MaxLineLength; WHERE short ScoreThresholdDelete; @@ -283,13 +294,6 @@ WHERE char *SmimeGetCertCommand; WHERE char *SmimeImportCertCommand; WHERE char *SmimeGetCertEmailCommand; - - -#ifdef DEBUG -WHERE FILE *debugfile INITVAL (0); -WHERE int debuglevel INITVAL (0); -#endif - #ifdef MAIN_C const char *Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; const char *Months[] =