X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=3a96cae005dc44599302140e40eb7e3ea032972b;hp=0bc0c97fd26a346741d6f7435b51017ed16bf040;hb=88d239144bf6f50ca1eda6db7742281f0ad0f97f;hpb=4c99e2f0c403adb86af688ea982350de5bcc5edf diff --git a/globals.h b/globals.h index 0bc0c97..3a96cae 100644 --- a/globals.h +++ b/globals.h @@ -21,8 +21,6 @@ WHERE char AttachmentMarker[STRING]; WHERE char Quotebuf[STRING]; -WHERE address_t *From; - WHERE char *AttachSep; WHERE char *Attribution; WHERE char *AttachFormat; @@ -36,13 +34,11 @@ WHERE char *EditorHeaders; WHERE char *FileCharset; WHERE char *FolderFormat; WHERE char *ForwFmt; -WHERE char *Fqdn; WHERE char *HdrFmt; 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); @@ -50,12 +46,6 @@ WHERE char *Inbox; WHERE char *Locale; WHERE char *Maildir; -#ifdef USE_HCACHE -WHERE char *HeaderCache; -#if defined(HAVE_GDBM) || defined(HAVE_DB4) -WHERE char *HeaderCachePageSize; -#endif /* HAVE_GDBM || HAVE_DB4 */ -#endif /* USE_HCACHE */ WHERE char *MhFlagged; WHERE char *MhReplied; WHERE char *MhUnseen; @@ -72,22 +62,8 @@ WHERE rx_t StripWasRegexp; WHERE char *Preconnect INITVAL (NULL); WHERE char *Tunnel INITVAL (NULL); WHERE short NetInc; - -WHERE char *Mixmaster; -WHERE char *MixEntryFormat; WHERE char *Muttrc INITVAL (NULL); -#ifdef USE_NNTP -WHERE char *NewsCacheDir; -WHERE char *GroupFormat; -WHERE char *Inews; -WHERE char *NewsServer; -WHERE char *NntpUser; -WHERE char *NntpPass; -WHERE char *NewsRc; -#endif -WHERE char *Outbox; -WHERE char *Pager; WHERE char *PagerFmt; WHERE char *PipeSep; @@ -97,42 +73,18 @@ WHERE char *PopHost; WHERE char *PopPass INITVAL (NULL); WHERE char *PopUser INITVAL (NULL); -WHERE char *PostIndentString; WHERE char *Postponed; WHERE char *Prefix; WHERE char *PrintCmd; WHERE char *QueryCmd; WHERE char *Realname; -WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; -WHERE char *Signature; WHERE char *SignOffString; WHERE char *SimpleSearch; -#if defined(USE_LIBESMTP) -WHERE char *SmtpAuthUser; -WHERE char *SmtpAuthPass; -WHERE char *SmtpHost; -WHERE unsigned short SmtpPort; -WHERE char *SmtpUseTLS; -#endif WHERE char *Spoolfile; -#if defined(USE_SSL) || defined(USE_GNUTLS) -WHERE char *SslCertFile INITVAL (NULL); -#endif -#if defined(USE_SSL) -WHERE char *SslEntropyFile INITVAL (NULL); -#endif -#ifdef USE_SSL -WHERE char *SslClientCert INITVAL (NULL); -WHERE string_list_t *SslSessionCerts INITVAL (NULL); -#endif -#ifdef USE_GNUTLS -WHERE short SslDHPrimeBits; -WHERE char *SslCACertFile INITVAL (NULL); -#endif WHERE char *StChars; WHERE char *Status; WHERE char *Tochars; @@ -148,9 +100,6 @@ WHERE string_list_t *AttachAllow INITVAL(0); WHERE string_list_t *AttachExclude INITVAL(0); WHERE string_list_t *InlineAllow INITVAL(0); WHERE string_list_t *InlineExclude INITVAL(0); -WHERE string_list_t *HeaderOrderList INITVAL (0); -WHERE string_list_t *Ignore INITVAL (0); -WHERE string_list_t *UnIgnore INITVAL (0); /* bit vector for boolean variables */ WHERE unsigned char Options[(OPTMAX + 7) / 8]; @@ -158,11 +107,6 @@ WHERE unsigned char Options[(OPTMAX + 7) / 8]; /* bit vector for the yes/no/ask variable type */ WHERE unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8]; -#ifdef USE_NNTP -WHERE short NewsPollTimeout; -WHERE short NntpContext; -#endif - WHERE short ConnectTimeout; WHERE short HistSize; WHERE short MenuContext; @@ -177,10 +121,6 @@ WHERE short WriteInc; WHERE short MaxDispRecips; WHERE short MaxLineLength; -WHERE short ScoreThresholdDelete; -WHERE short ScoreThresholdRead; -WHERE short ScoreThresholdFlag; - WHERE short DrawFullLine INITVAL (0); WHERE short SidebarWidth; @@ -188,60 +128,20 @@ WHERE short ImapKeepalive; WHERE short ImapBuffyTimeout; /* flags for received signals */ -WHERE SIG_ATOMIC_VOLATILE_T SigAlrm INITVAL (0); -WHERE SIG_ATOMIC_VOLATILE_T SigInt INITVAL (0); -WHERE SIG_ATOMIC_VOLATILE_T SigWinch INITVAL (0); +WHERE sig_atomic_t SigAlrm INITVAL (0); +WHERE sig_atomic_t SigInt INITVAL (0); +WHERE sig_atomic_t SigWinch INITVAL (0); +WHERE sig_atomic_t SigChild INITVAL (0); WHERE int CurrentMenu; WHERE string_list_t *UserHeader INITVAL (0); /*-- formerly in pgp.h --*/ -WHERE rx_t PgpGoodSign; WHERE char *PgpSignAs; -WHERE short PgpTimeout; -WHERE char *PgpEntryFormat; -WHERE char *PgpClearSignCommand; -WHERE char *PgpDecodeCommand; -WHERE char *PgpVerifyCommand; -WHERE char *PgpDecryptCommand; -WHERE char *PgpSignCommand; -WHERE char *PgpEncryptSignCommand; -WHERE char *PgpEncryptOnlyCommand; -WHERE char *PgpImportCommand; -WHERE char *PgpExportCommand; -WHERE char *PgpVerifyKeyCommand; -WHERE char *PgpListSecringCommand; -WHERE char *PgpListPubringCommand; -WHERE char *PgpGetkeysCommand; /*-- formerly in smime.h --*/ WHERE char *SmimeDefaultKey; WHERE char *SmimeCryptAlg; -WHERE short SmimeTimeout; -WHERE char *SmimeCertificates; -WHERE char *SmimeKeys; -WHERE char *SmimeCALocation; -WHERE char *SmimeVerifyCommand; -WHERE char *SmimeVerifyOpaqueCommand; -WHERE char *SmimeDecryptCommand; -WHERE char *SmimeSignCommand; -WHERE char *SmimeSignOpaqueCommand; -WHERE char *SmimeEncryptCommand; -WHERE char *SmimeGetSignerCertCommand; -WHERE char *SmimePk7outCommand; -WHERE char *SmimeGetCertCommand; -WHERE char *SmimeImportCertCommand; -WHERE char *SmimeGetCertEmailCommand; - -#ifdef MAIN_C -const char *Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; -const char *Months[] = - { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", -"Nov", "Dec", "ERR" }; -#else -extern const char *Weekdays[]; -extern const char *Months[]; -#endif #endif /* !_GLOBALS_H */