summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-30 15:06:36 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-29 19:14:26 -0800
commit3b3186c2ce58a5bf56af60ce3f122f2955274eac (patch)
treec6c890543af09c51dea5ac8723f08ab6a4120700 /mutt.h
parent2b6fc1b4512a678f5e5a9574d6f01c256cb20856 (diff)
Add send_ctx to compose menu and get_postponed().
This will be used to store and use sctx for sign_as values.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mutt.h b/mutt.h
index 9e231e29..e7519cef 100644
--- a/mutt.h
+++ b/mutt.h
@@ -358,9 +358,6 @@ enum
#define SENDTOSENDER (1<<12)
#define SENDGROUPCHATREPLY (1<<13)
-/* flags for mutt_compose_menu() */
-#define MUTT_COMPOSE_NOFREEHEADER (1<<0)
-
/* flags to _mutt_select_file() */
#define MUTT_SEL_BUFFY (1<<0)
#define MUTT_SEL_MULTI (1<<1)
@@ -1170,6 +1167,7 @@ typedef struct
#define MUTT_PARTS_TOPLEVEL (1<<0) /* is the top-level part */
+#include "send.h"
#include "ascii.h"
#include "protos.h"
#include "lib.h"