X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=f12bf9bc0c7fb0b82e859eda6badf0736e82fe51;hp=2bf01418c7051196ffb760544afe25b8680c3ca4;hb=8e39affbf1cd8a2a5ff5c9991650d54fdcea4997;hpb=f5a370338d87eba00bc8696636a90f6c50b05d14 diff --git a/mutt.h b/mutt.h index 2bf0141..f12bf9b 100644 --- a/mutt.h +++ b/mutt.h @@ -191,7 +191,7 @@ enum { #define SENDRESEND (1<<6) #define SENDNEWS (1<<7) -/* flags to _mutt_select_file() */ +/* flags to mutt_select_file() */ #define M_SEL_BUFFY (1<<0) #define M_SEL_MULTI (1<<1) #define M_SEL_FOLDER (1<<2) @@ -200,7 +200,6 @@ enum { enum { OPTALLOW8BIT, OPTALLOWANSI, - OPTASCIICHARS, OPTASKBCC, OPTASKCC, OPTASKFOLLOWUP, @@ -251,7 +250,6 @@ enum { OPTMBOXPANE, OPTMENUSCROLL, /* scroll menu instead of implicit next-page */ OPTMENUMOVEOFF, - OPTMETAKEY, /* interpret ALT-x as ESC-x */ OPTMETOO, OPTMHPURGE, OPTMIMEFORWDECODE, @@ -301,7 +299,6 @@ enum { /* PGP options */ - OPTPGPAUTODEC, OPTPGPRETAINABLESIG, OPTFORWDECRYPT, OPTPGPSHOWUNUSABLE, @@ -311,7 +308,6 @@ enum { #ifdef USE_NNTP OPTSHOWNEWNEWS, OPTSHOWONLYUNREAD, - OPTSAVEUNSUB, OPTLOADDESC, #endif /* USE_NNTP */ @@ -347,7 +343,6 @@ enum { #ifdef USE_NNTP OPTNEWS, /* (pseudo) used to change reader mode */ OPTNEWSSEND, /* (pseudo) used to change behavior when posting */ - OPTNEWSCACHE, /* (pseudo) used to indicate if news cache exist */ #endif OPTSHORTENHIERARCHY, /* set when to shorten "hierarchies" in the sidebar */ OPTSIDEBARNEWMAILONLY,