X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Findex.cc;h=78c18cf36d10898a8ea3aebcb1c8fe84fcff3df3;hp=a2edd6d9b6c0795fbdb2512907265000bb54fe21;hb=71521f06b00a01c5b0eaea5f5f624fe57ed7f426;hpb=59e311d9af6cb6b5801a90cf87dcd18c8eac0853 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; }