From 3b3186c2ce58a5bf56af60ce3f122f2955274eac Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 30 Jan 2020 15:06:36 -0800 Subject: Add send_ctx to compose menu and get_postponed(). This will be used to store and use sctx for sign_as values. --- mutt.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mutt.h') 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" -- cgit v1.2.3