X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=1ee8fb4115cbe016c1757fcdcba4574367fc60b9;hp=678bbbd9a1846cf028070511a57755f3eb003035;hb=73359dc55ff8f4da32149f7270f7ceaccd658256;hpb=d6390d86146aebd0e2eacb4674a49954514edaff diff --git a/mutt.h b/mutt.h index 678bbbd..1ee8fb4 100644 --- a/mutt.h +++ b/mutt.h @@ -196,9 +196,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) @@ -342,7 +341,6 @@ enum { OPTCRYPTREPLYSIGN, OPTCRYPTREPLYSIGNENCRYPTED, OPTSMIMEISDEFAULT, - OPTPGPLONGIDS, OPTPGPAUTODEC, OPTPGPRETAINABLESIG, OPTFORWDECRYPT,