summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-07 10:45:47 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-07 10:45:47 +0000
commitd084dc02709698b298f191947cbb42bb283250a0 (patch)
treece6107b9134d2717a1298f67c6ba9dc6a2b78255 /protos.h
parent246198ae90539dd2429032c1620044dde3d5176e (diff)
Updated implicit autoview handling from stable.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 4a673bda..0eed0dde 100644
--- a/protos.h
+++ b/protos.h
@@ -233,7 +233,7 @@ int mutt_get_postponed (CONTEXT *, HEADER *, HEADER **, char *, size_t);
int mutt_get_tmp_attachment (BODY *);
int mutt_index_menu (void);
int mutt_invoke_sendmail (ADDRESS *, ADDRESS *, ADDRESS *, const char *, int);
-int mutt_is_autoview (char *);
+int mutt_is_autoview (BODY *, const char *);
int mutt_is_mail_list (ADDRESS *);
int mutt_is_message_type(int, const char *);
int mutt_is_list_recipient (int, ADDRESS *, ADDRESS *);