summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-21 22:46:13 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-21 22:46:13 +0000
commit81817e80725b2aec981e96f6026732dbea9748e5 (patch)
treec52eb9e23038a2f66a86dc27986dd0e69caccba6 /protos.h
parenta44de424b8540d14391bf387945f465877dd92b8 (diff)
Fix match-all for the ~p, ~P modifiers.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index 3c4a12f7..234ee471 100644
--- a/protos.h
+++ b/protos.h
@@ -263,6 +263,7 @@ int mutt_search_command (int, int);
int mutt_compose_menu (HEADER *, char *, size_t, HEADER *);
int mutt_strcmp (const char *, const char *);
int mutt_thread_set_flag (HEADER *, int, int, int);
+int mutt_user_is_recipient (HEADER *);
int mutt_view_attachment (FILE*, BODY *, int);
int mutt_wait_filter (pid_t);
int mutt_which_case (const char *);