Drop useless functions with gpgme (auto import is a gpg capability already).
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 678bbbd..43d7ffb 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -196,9 +196,8 @@ enum {
 #define SENDFORWARD    (1<<3)
 #define SENDPOSTPONED  (1<<4)
 #define SENDBATCH      (1<<5)
 #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)
 
 /* flags to _mutt_select_file() */
 #define M_SEL_BUFFY    (1<<0)