[gmime] Don't clone the formatting options in gmime-message.c:write_to_stream()
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Don't clone the formatting options in gmime-message.c:write_to_stream()
- Date: Sun, 3 Dec 2017 21:37:19 +0000 (UTC)
commit 10109e6e0d3f5d0017f4a093dfbfb7453c0c726f
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Fri Nov 24 22:38:31 2017 -0500
Don't clone the formatting options in gmime-message.c:write_to_stream()
Fixes issue #36
gmime/gmime-message.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gmime/gmime-message.c b/gmime/gmime-message.c
index ab2ae43..9425d17 100644
--- a/gmime/gmime-message.c
+++ b/gmime/gmime-message.c
@@ -587,7 +587,6 @@ message_write_to_stream (GMimeObject *object, GMimeFormatOptions *options, gbool
if (mime_part) {
GMimeObjectClass *klass = GMIME_OBJECT_GET_CLASS (mime_part);
- options = _g_mime_format_options_clone (options, FALSE);
mime_part->ensure_newline = ((GMimeObject *) message)->ensure_newline;
nwritten = klass->write_to_stream (mime_part, options, TRUE, stream);
mime_part->ensure_newline = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]