]> git.notmuchmail.org Git - notmuch/blobdiff - lib/index.cc
lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSION
[notmuch] / lib / index.cc
index a2edd6d9b6c0795fbdb2512907265000bb54fe21..78c18cf36d10898a8ea3aebcb1c8fe84fcff3df3 100644 (file)
@@ -440,7 +440,7 @@ _notmuch_message_index_file (notmuch_message_t *message,
     static bool mbox_warning = false;
 
     if (! initialized) {
-       g_mime_init (0);
+       g_mime_init (GMIME_ENABLE_RFC2047_WORKAROUNDS);
        initialized = 1;
     }