aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/index.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.cc')
-rw-r--r--lib/index.cc2
1 files changed, 1 insertions, 1 deletions
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;
}