X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=d4ec656eea6d9c61f892ac3c4aa547ebed4ae294;hp=1e6498dd611e8316bb66370468849a7bee1fb75e;hb=9eb790d6eb4a56416d342816e1140aabd9c12de8;hpb=21f4fef0f77a6caf41c6f8a15279b2b4e50a2f1a diff --git a/mutt.h b/mutt.h index 1e6498d..d4ec656 100644 --- a/mutt.h +++ b/mutt.h @@ -143,9 +143,6 @@ enum { /* options for socket code */ M_NEW_SOCKET, -#ifdef USE_SSL - M_NEW_SSL_SOCKET, -#endif /* Options for mutt_save_attachment */ M_SAVE_APPEND, @@ -172,9 +169,7 @@ enum { OPT_PRINT, OPT_REPLYTO, OPT_RECALL, -#if defined(USE_SSL) || defined(USE_GNUTLS) OPT_SSLSTARTTLS, -#endif OPT_SUBJECT, OPT_VERIFYSIG, /* verify PGP signatures */ OPT_LISTREPLY, @@ -196,9 +191,8 @@ enum { #define SENDFORWARD (1<<3) #define SENDPOSTPONED (1<<4) #define SENDBATCH (1<<5) -#define SENDKEY (1<<6) -#define SENDRESEND (1<<7) -#define SENDNEWS (1<<8) +#define SENDRESEND (1<<6) +#define SENDNEWS (1<<7) /* flags to _mutt_select_file() */ #define M_SEL_BUFFY (1<<0) @@ -259,15 +253,9 @@ enum { OPTIMAPPASSIVE, OPTIMAPPEEK, OPTIMAPSERVERNOISE, -#if defined(USE_SSL) || defined(USE_GNUTLS) -# ifndef USE_GNUTLS - OPTSSLSYSTEMCERTS, - OPTSSLV2, -# endif /* !USE_GNUTLS */ OPTSSLV3, OPTTLSV1, OPTSSLFORCETLS, -#endif /* USE_SSL || USE_GNUTLS */ OPTIMPLICITAUTOVIEW, OPTINCLUDEONLYFIRST, OPTKEEPFLAGGED, @@ -320,9 +308,7 @@ enum { #ifdef HAVE_LIBIDN OPTUSEIDN, #endif -#ifdef HAVE_GETADDRINFO OPTUSEIPV6, -#endif OPTWAITKEY, OPTWEED, OPTWRAP, @@ -341,13 +327,7 @@ enum { OPTCRYPTREPLYENCRYPT, OPTCRYPTREPLYSIGN, OPTCRYPTREPLYSIGNENCRYPTED, - OPTCRYPTTIMESTAMP, OPTSMIMEISDEFAULT, - OPTASKCERTLABEL, - OPTSDEFAULTDECRYPTKEY, - OPTPGPIGNORESUB, - OPTPGPCHECKEXIT, - OPTPGPLONGIDS, OPTPGPAUTODEC, OPTPGPRETAINABLESIG, OPTFORWDECRYPT, @@ -390,7 +370,6 @@ enum { OPTMENUCALLER, /* (pseudo) tell menu to give caller a take */ OPTREDRAWTREE, /* (pseudo) redraw the thread tree */ OPTPGPCHECKTRUST, /* (pseudo) used by pgp_select_key () */ - OPTDONTHANDLEPGPKEYS, /* (pseudo) used to extract PGP keys */ OPTUNBUFFEREDINPUT, /* (pseudo) don't use key buffer */ #ifdef USE_NNTP