X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Findex.cc;h=78c18cf36d10898a8ea3aebcb1c8fe84fcff3df3;hp=a2edd6d9b6c0795fbdb2512907265000bb54fe21;hb=29f125212619ebca8621dd2106b412b22e1b6d22;hpb=47693539a64b884cbd9bffc9c832162848ad98f2 diff --git a/lib/index.cc b/lib/index.cc index a2edd6d9..78c18cf3 100644 --- a/lib/index.cc +++ b/lib/index.cc @@ -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; }