]> git.notmuchmail.org Git - notmuch/blobdiff - mime-node.c
gmime-cleanup: pass NULL as default GMimeParserOptions
[notmuch] / mime-node.c
index 3fdf4808494f75af9f62fe0caa138faad4484dc4..cd3db67dfedde9d370f8cf7d78bf6a2bcef4698c 100644 (file)
@@ -121,7 +121,7 @@ mime_node_open (const void *ctx, notmuch_message_t *message,
        goto DONE;
     }
 
-    mctx->mime_message = g_mime_parser_construct_message (mctx->parser);
+    mctx->mime_message = g_mime_parser_construct_message (mctx->parser, NULL);
     if (!mctx->mime_message) {
        fprintf (stderr, "Failed to parse %s\n", filename);
        status = NOTMUCH_STATUS_FILE_ERROR;