[balsa/gmime3: 37/53] Oops--typo



commit 2d6cb8d0796bb3392cc079c0e05488289b37b403
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Nov 22 15:21:09 2019 -0800

    Oops--typo
    
    modified:   libbalsa/send.c

 libbalsa/send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbalsa/send.c b/libbalsa/send.c
index 5e1bc7e89..0de31f725 100644
--- a/libbalsa/send.c
+++ b/libbalsa/send.c
@@ -1287,7 +1287,7 @@ 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(libbalsa_parser_options,
+                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),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]