[git] GpgOL - branch, master, updated. gpgol-1.4.0-188-g5b34e85
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Nov 29 18:23:29 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".
The branch, master has been updated
via 5b34e853a15baba47a8983e5430069a0a37bcb81 (commit)
from 9dde24462c2ef34b215d0eb8d9ca1cced7cee222 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5b34e853a15baba47a8983e5430069a0a37bcb81
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Nov 29 18:22:49 2016 +0100
Fix mulipart/mixed with alternative content
* src/mimemaker.cpp (add_body): Open new part if in mixed structure.
diff --git a/src/mimemaker.cpp b/src/mimemaker.cpp
index 2b98192..b7bd1e5 100644
--- a/src/mimemaker.cpp
+++ b/src/mimemaker.cpp
@@ -1262,6 +1262,13 @@ add_body (Mail *mail, const char *boundary, sink_t sink,
return rc;
}
+ /* Add a new multipart / mixed element. */
+ if (boundary && write_boundary (sink, boundary, 0))
+ {
+ TRACEPOINT;
+ return 1;
+ }
+
/* Now for the multipart/alternative part. We never do HTML only. */
char alt_boundary [BOUNDARYSIZE+1];
generate_boundary (alt_boundary);
-----------------------------------------------------------------------
Summary of changes:
src/mimemaker.cpp | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list