]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
gmime-cleanup: drop unused gmime #defines and simplify g_mime_init ()
[notmuch] / notmuch.c
index de85041b4add2bb4bdcc18c4080f22414799163c..eeb794e85216115adaf8583744f51f382f8e5817 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -463,7 +463,7 @@ main (int argc, char *argv[])
 
     local = talloc_new (NULL);
 
-    g_mime_init (GMIME_ENABLE_RFC2047_WORKAROUNDS);
+    g_mime_init ();
 #if !GLIB_CHECK_VERSION(2, 35, 1)
     g_type_init ();
 #endif