From 174c8ccf0d4aae97fc5858d082c58fd5b23402a0 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 29 Sep 2016 09:24:39 -0600 Subject: * Alpine will include attachments when forwarding some multipart/alternative messages for which it did not use to include attachments. --- pith/reply.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/reply.h') 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); -- cgit v1.2.3-54-g00ecf