X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=62f829be8726049c518b4d350b4506bdcaaa2ef9;hp=b7ba1b863f4de1b1e98ebee039ea857aa24891a5;hb=c98480f8568e6c1bc927c6c5f2b5e80b4aa6548c;hpb=8b7093aff990803877b20e86826f0693817cbcaf diff --git a/globals.h b/globals.h index b7ba1b8..62f829b 100644 --- a/globals.h +++ b/globals.h @@ -9,7 +9,11 @@ #ifndef _GLOBALS_H #define _GLOBALS_H -#include "lib/str.h" +#include "alias.h" + +#include +#include "lib/list.h" +#include "lib/rx.h" WHERE void (*mutt_error) (const char *, ...); WHERE void (*mutt_message) (const char *, ...); @@ -25,6 +29,7 @@ WHERE char Quotebuf[SHORT_STRING]; WHERE char *MuttDotlock; #endif +WHERE ADDRESS *EnvFrom; WHERE ADDRESS *From; WHERE char *AliasFile; @@ -43,6 +48,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; @@ -57,6 +63,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 @@ -66,19 +73,30 @@ WHERE char *Locale; WHERE char *MailcapPath; WHERE char *Maildir; -#if USE_HCACHE +#ifdef 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; +WHERE rx_t Smileys; +WHERE rx_t GecosMask; +WHERE rx_t StripWasRegexp; + #ifdef USE_SOCKET WHERE char *Preconnect INITVAL (NULL); WHERE char *Tunnel INITVAL (NULL); +WHERE short NetInc; #endif /* USE_SOCKET */ #ifdef MIXMASTER @@ -121,6 +139,8 @@ WHERE char *SendCharset; WHERE char *Sendmail; WHERE char *Shell; WHERE char *SidebarDelim; +WHERE char *SidebarNumberFormat; +WHERE char *SidebarBoundary; WHERE char *Signature; WHERE char *SignOffString; WHERE char *SimpleSearch; @@ -130,18 +150,20 @@ WHERE char *SmtpAuthUser; WHERE char *SmtpAuthPass; 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; @@ -155,6 +177,7 @@ WHERE char *TrashPath; WHERE char *Username; WHERE char *Visual; WHERE char *XtermTitle; +WHERE char *XtermLeave; WHERE char *XtermIcon; WHERE char *CurrentFolder; @@ -162,19 +185,23 @@ WHERE char *LastFolder; WHERE LIST *AutoViewList INITVAL (0); WHERE LIST *AlternativeOrderList INITVAL (0); +WHERE LIST *AttachAllow INITVAL(0); +WHERE LIST *AttachExclude INITVAL(0); +WHERE LIST *InlineAllow INITVAL(0); +WHERE LIST *InlineExclude INITVAL(0); WHERE LIST *HeaderOrderList INITVAL (0); WHERE LIST *Ignore INITVAL (0); 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 list2_t *Alternates INITVAL (0); +WHERE list2_t *UnAlternates INITVAL (0); +WHERE list2_t *MailLists INITVAL (0); +WHERE list2_t *UnMailLists INITVAL (0); +WHERE list2_t *SubscribedLists INITVAL (0); +WHERE list2_t *UnSubscribedLists INITVAL (0); WHERE SPAM_LIST *SpamList INITVAL (0); -WHERE RX_LIST *NoSpamList INITVAL (0); +WHERE list2_t *NoSpamList INITVAL (0); /* bit vector for boolean variables */ #ifdef MAIN_C @@ -209,6 +236,7 @@ WHERE short Timeout; WHERE short Umask INITVAL (0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxDispRecips; WHERE short MaxLineLength; WHERE short ScoreThresholdDelete; @@ -234,7 +262,7 @@ WHERE ALIAS *Aliases INITVAL (0); WHERE LIST *UserHeader INITVAL (0); /*-- formerly in pgp.h --*/ -WHERE REGEXP PgpGoodSign; +WHERE rx_t PgpGoodSign; WHERE char *PgpSignAs; WHERE short PgpTimeout; WHERE char *PgpEntryFormat; @@ -258,7 +286,6 @@ WHERE char *SmimeCryptAlg; WHERE short SmimeTimeout; WHERE char *SmimeCertificates; WHERE char *SmimeKeys; -WHERE char *SmimeCryptAlg; WHERE char *SmimeCALocation; WHERE char *SmimeVerifyCommand; WHERE char *SmimeVerifyOpaqueCommand; @@ -272,13 +299,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[] = @@ -297,9 +317,10 @@ extern const char *Months[]; #endif #ifdef MAIN_C -/* so that global vars get included */ +/* so that global vars get included + * FIXME WTF IS THIS?!?!???!?!??!?!?? + */ #include "mx.h" -#include "mutt_regex.h" #include "buffy.h" #include "sort.h" #include "mutt_crypt.h"