]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()
[notmuch] / notmuch.c
index 78d29a8194179c05a45ca0934bf955c3bd1f3662..7300c2145ea7c552aa7169a32870e5a154b8453a 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -264,7 +264,7 @@ main (int argc, char *argv[])
 
     local = talloc_new (NULL);
 
-    g_mime_init (0);
+    g_mime_init (GMIME_ENABLE_RFC2047_WORKAROUNDS);
 #if !GLIB_CHECK_VERSION(2, 35, 1)
     g_type_init ();
 #endif