X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=a64a99721cf7ccd61c282ab00749e519a694b291;hp=7f6cf96bf06f366f050e886730b81ffa0c584370;hb=7f591b58f859555c0eb573477f9ff179bfc46751;hpb=4fb2fb9b1c03ad9ffd59ff86f7eaa697e46ef49d diff --git a/globals.h b/globals.h index 7f6cf96..a64a997 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; @@ -85,7 +83,6 @@ WHERE char *NntpUser; WHERE char *NntpPass; WHERE char *NewsRc; #endif -WHERE char *Outbox; WHERE char *Pager; WHERE char *PagerFmt; WHERE char *PipeSep; @@ -105,7 +102,6 @@ WHERE char *Realname; WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; -WHERE char *Signature; WHERE char *SignOffString; WHERE char *SimpleSearch; @@ -193,42 +189,12 @@ 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" };