[balsa/gmime3: 32/50] g_mime_object_new_type() has a new first argument
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gmime3: 32/50] g_mime_object_new_type() has a new first argument
- Date: Sun, 1 Dec 2019 23:02:33 +0000 (UTC)
commit f5c84b2560576edab3dcf06f14d98f9294f0ed0a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Fri Nov 22 15:03:15 2019 -0800
g_mime_object_new_type() has a new first argument
which we pass as libbalsa_parser_options().
libbalsa/send.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libbalsa/send.c b/libbalsa/send.c
index 9bfbe8e95..5e1bc7e89 100644
--- a/libbalsa/send.c
+++ b/libbalsa/send.c
@@ -1287,7 +1287,8 @@ libbalsa_message_create_mime_message(LibBalsaMessage *message,
if (body->attach_mode == LIBBALSA_ATTACH_AS_EXTBODY) {
GMimeContentType *content_type =
g_mime_content_type_new("message", "external-body");
- mime_part = g_mime_object_new_type("message", "external-body");
+ mime_part = g_mime_object_new_type(libbalsa_parser_options,
+ "message", "external-body");
g_mime_object_set_content_type(mime_part, content_type);
g_mime_part_set_content_encoding(GMIME_PART(mime_part),
GMIME_CONTENT_ENCODING_7BIT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]