push some date functions in the lib-lib.
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index f0cf711..27b1239 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -227,9 +227,7 @@ enum {
   OPT_DELETE,
   OPT_FORWEDIT,
   OPT_INCLUDE,
-#ifdef USE_IMAP
   OPT_IMAPRECONNECT,
-#endif
   OPT_MFUPTO,
   OPT_MIMEFWD,
   OPT_MIMEFWDREST,
@@ -266,10 +264,9 @@ enum {
 #define SENDFORWARD    (1<<3)
 #define SENDPOSTPONED  (1<<4)
 #define SENDBATCH      (1<<5)
-#define SENDMAILX      (1<<6)
-#define SENDKEY                (1<<7)
-#define SENDRESEND     (1<<8)
-#define SENDNEWS       (1<<9)
+#define SENDKEY                (1<<6)
+#define SENDRESEND     (1<<7)
+#define SENDNEWS       (1<<8)
 
 /* flags to _mutt_select_file() */
 #define M_SEL_BUFFY    (1<<0)
@@ -333,13 +330,11 @@ enum {
   OPTHIDETOPLIMITED,
   OPTHIDETOPMISSING,
   OPTIGNORELISTREPLYTO,
-#ifdef USE_IMAP
   OPTIMAPCHECKSUBSCRIBED,
   OPTIMAPLSUB,
   OPTIMAPPASSIVE,
   OPTIMAPPEEK,
   OPTIMAPSERVERNOISE,
-#endif
 #if defined(USE_SSL) || defined(USE_GNUTLS)
 # ifndef USE_GNUTLS
   OPTSSLSYSTEMCERTS,