summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-12-13 11:36:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-12-13 11:36:01 +0000
commite332ccf872948b1bf890d48f5b127f1399a004a3 (patch)
treeebc219decf0873557322105d49f73be6e938ee28 /protos.h
parentd06304a8e1e771a08ca2fdf33d5f768ba9712620 (diff)
Adding the envelope_from option.
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 8a8c2ac7..6cfcb53d 100644
--- a/protos.h
+++ b/protos.h
@@ -241,7 +241,7 @@ int mutt_get_password (char *, char *, size_t);
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_invoke_sendmail (ADDRESS *, ADDRESS *, ADDRESS *, ADDRESS *, const char *, int);
int mutt_is_autoview (BODY *, const char *);
int mutt_is_mail_list (ADDRESS *);
int mutt_is_message_type(int, const char *);