X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=97f792c14899bff7b26330407a4a2e3a0454f907;hp=227a9dc3e42f54b6f883ea0469aa78b959bc6609;hb=7110db82d9748096f6f2dfd5034e489622bd3887;hpb=ace94418088f9165d23763bd39752cc31b406f03 diff --git a/globals.h b/globals.h index 227a9dc..97f792c 100644 --- a/globals.h +++ b/globals.h @@ -92,7 +92,6 @@ 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; @@ -113,20 +112,9 @@ 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;