summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-04 07:48:35 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-04 07:48:35 +0000
commit556aee757ccf0e84e6398f19f5211a49149c0508 (patch)
tree11e88685c7369ac92da626495dbf015680460e5a /protos.h
parent9f37deb6c57c9f51ca6ee48ac81d75f9c18d5642 (diff)
IMAP postpone changes from Byrial Jensen.
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 e865bc8c..c1dd427c 100644
--- a/protos.h
+++ b/protos.h
@@ -238,7 +238,7 @@ int mutt_is_text_type (int, char *);
int mutt_is_valid_mailbox (const char *);
int mutt_multi_choice (char *prompt, char *letters);
int mutt_needs_mailcap (BODY *);
-int mutt_num_postponed (void);
+int mutt_num_postponed (int);
int mutt_parse_bind (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_exec (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_color (BUFFER *, BUFFER *, unsigned long, BUFFER *);
@@ -263,6 +263,7 @@ int mutt_search_command (int, int);
int mutt_compose_menu (HEADER *, char *, size_t, HEADER *);
int mutt_thread_set_flag (HEADER *, int, int, int);
int mutt_user_is_recipient (HEADER *);
+void mutt_update_num_postponed (void);
int mutt_view_attachment (FILE*, BODY *, int);
int mutt_wait_filter (pid_t);
int mutt_which_case (const char *);