summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-09 15:51:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-09 15:51:54 +0000
commit83c75df4a7f75ff8a9c57a32f123806794c7f9d0 (patch)
tree2c155e1a61f57ea0712ec6c9a675e553e7d1b0c2 /protos.h
parent4ffc088a7de0b626bdaa5970552cfae16fcbea07 (diff)
Add a %e option for thread-relative message numbers. From Markus
Holmberg <markush@acc.umu.se>.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index e03c2326..84287d87 100644
--- a/protos.h
+++ b/protos.h
@@ -263,6 +263,8 @@ int mutt_is_list_recipient (int, ADDRESS *, ADDRESS *);
int mutt_is_subscribed_list (ADDRESS *);
int mutt_is_text_type (int, char *);
int mutt_is_valid_mailbox (const char *);
+int mutt_messages_in_thread (HEADER *);
+int mutt_msgno_in_thread (HEADER *);
int mutt_multi_choice (char *prompt, char *letters);
int mutt_needs_mailcap (BODY *);
int mutt_num_postponed (int);