summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-26 14:52:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-26 14:52:17 +0000
commitad431ac1025a336631b050f87840e602abb0a40d (patch)
tree1575b3711b323f4aed70f652c5424ae4864b5e07 /protos.h
parentceac07b8db1c52a2bcfeb6762dc9d891538b9e69 (diff)
When replying to a message/rfc822 attachment, the Context statistics
would get out of order. Problem noted by Johan van Selst <johans@stack.nl>.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 76d93d95..a3433ba0 100644
--- a/protos.h
+++ b/protos.h
@@ -175,7 +175,8 @@ void mutt_select_fcc (char *, size_t, HEADER *);
#define mutt_select_file(A,B,C) _mutt_select_file(A,B,C,0,NULL,NULL)
void _mutt_select_file (char *, size_t, int, int, char ***, int *);
void mutt_send_hook (HEADER *);
-void mutt_set_flag (CONTEXT *, HEADER *, int, int);
+void _mutt_set_flag (CONTEXT *, HEADER *, int, int, int);
+#define mutt_set_flag(a,b,c,d) _mutt_set_flag(a,b,c,d,1)
void mutt_set_followup_to (ENVELOPE *);
void mutt_set_body_charset (BODY *, const char *);
void mutt_shell_escape (void);