summaryrefslogtreecommitdiff
path: root/pith/reply.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-09-29 09:24:39 -0600
committerEduardo Chappa <chappa@washington.edu>2016-09-29 09:24:39 -0600
commit174c8ccf0d4aae97fc5858d082c58fd5b23402a0 (patch)
tree081225d91920574b536b687f7cb14c113a91e7b8 /pith/reply.h
parent9675e266e051c74f479ecb9e1ee4246e98fd8dad (diff)
downloadalpine-174c8ccf0d4aae97fc5858d082c58fd5b23402a0.tar.xz
* Alpine will include attachments when forwarding some
multipart/alternative messages for which it did not use to include attachments.
Diffstat (limited to 'pith/reply.h')
-rw-r--r--pith/reply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/reply.h b/pith/reply.h
index caeb352b..43d5f56e 100644
--- a/pith/reply.h
+++ b/pith/reply.h
@@ -102,6 +102,7 @@ int sigdashes_are_present(char *);
char *signature_path(char *, char *, size_t);
char *simple_read_remote_file(char *, char *);
BODY *forward_multi_alt(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int);
+BODY *forward_multi_alt_mixed(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int);
int same_subject(char *, char *s);