X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=1c661cfe5db0f7fd1873c53b1a9971c941946e6c;hp=b34f7472b3ed7e15faac6c42e5160de62966013e;hb=7132fe3b1612c153f3638d1f9664ba9eab9063d6;hpb=ec7b3aa4bba529c3dd467e9afa65bb72f4bbb99d diff --git a/globals.h b/globals.h index b34f747..1c661cf 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" @@ -45,6 +47,7 @@ WHERE char *DisplayFilter; WHERE char *DsnNotify; WHERE char *DsnReturn; WHERE char *Editor; +WHERE char *EditorHeaders; WHERE char *EscChar; WHERE char *FileCharset; WHERE char *FolderFormat; @@ -59,6 +62,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 @@ -80,6 +84,7 @@ 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; @@ -141,20 +146,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; @@ -168,6 +176,7 @@ WHERE char *TrashPath; WHERE char *Username; WHERE char *Visual; WHERE char *XtermTitle; +WHERE char *XtermLeave; WHERE char *XtermIcon; WHERE char *CurrentFolder; @@ -222,6 +231,7 @@ WHERE short Timeout; WHERE short Umask INITVAL (0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxDispRecips; WHERE short MaxLineLength; WHERE short ScoreThresholdDelete;