diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 2000-05-09 15:51:54 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 2000-05-09 15:51:54 +0000 |
commit | 83c75df4a7f75ff8a9c57a32f123806794c7f9d0 (patch) | |
tree | 2c155e1a61f57ea0712ec6c9a675e553e7d1b0c2 /protos.h | |
parent | 4ffc088a7de0b626bdaa5970552cfae16fcbea07 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |