X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=21ef4a7ae6dde84e5fcd3eea132a1b41534a74fa;hp=b1c5995ae60e1533fc3bed8d4172959c115ec2f6;hb=refs%2Fheads%2Ftry-some-d;hpb=cfd5f411041c7ef44087b032751792fadc74586d diff --git a/mutt.h b/mutt.h index b1c5995..21ef4a7 100644 --- a/mutt.h +++ b/mutt.h @@ -15,7 +15,7 @@ #include #include -#define MUTT_VERSION (VERSION) +#define MUTT_VERSION VERSION /* nifty trick I stole from ELM 2.5alpha. */ #ifdef MAIN_C @@ -182,11 +182,6 @@ enum { #define SENDRESEND (1<<6) #define SENDNEWS (1<<7) -/* flags to mutt_select_file() */ -#define M_SEL_BUFFY (1<<0) -#define M_SEL_MULTI (1<<1) -#define M_SEL_FOLDER (1<<2) - /* boolean vars */ enum { OPTALLOW8BIT,