X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=68272c3aba8bcbfcde8bdf0bc713f5be7a2e9389;hp=226eda0ca47d64e5d803df8deb123c62b2498f2d;hb=6763f237f2dfe6467cb6308e6735bab6b09d212b;hpb=000b7ffd7d9cc9cfd9395727227bcbadbe8cdb18 diff --git a/mutt.h b/mutt.h index 226eda0..68272c3 100644 --- a/mutt.h +++ b/mutt.h @@ -233,6 +233,7 @@ enum { /* quad-option vars */ enum { OPT_ABORT, + OPT_ATTACH, OPT_BOUNCE, OPT_COPY, OPT_DELETE, @@ -315,6 +316,7 @@ enum { OPTCONFIRMAPPEND, OPTCONFIRMCREATE, OPTDELETEUNTAG, + OPTDELSP, OPTDIGESTCOLLAPSE, OPTDUPTHREADS, OPTEDITHDRS, @@ -827,11 +829,6 @@ typedef struct { unsigned int counting:1; /* do we just want to cound? */ } CONTEXT; -#include "ascii.h" -#include "alias.h" -#include "buffer.h" -#include "state.h" -#include "enter.h" #include "protos.h" #include "lib.h" #include "globals.h"