]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message-file.c
lib: use the compaction backup path provided by the caller
[notmuch] / lib / message-file.c
index 4d9af89fe44dd5923cee743572149f4cf2c22f46..a2850c278b5a10ba9a5041a6662aab4ed09e3861 100644 (file)
@@ -228,7 +228,7 @@ notmuch_message_file_get_header (notmuch_message_file_t *message,
     is_received = (strcmp(header_desired,"received") == 0);
 
     if (! initialized) {
-       g_mime_init (0);
+       g_mime_init (GMIME_ENABLE_RFC2047_WORKAROUNDS);
        initialized = 1;
     }