]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
Handle errors in mime_node_open
[notmuch] / notmuch-setup.c
index f85e0ebd091ba1dafc70c2f9b167d6623c4a471e..307231d51b55f8ea13c7358839db86cc3f7df4dd 100644 (file)
@@ -208,6 +208,9 @@ notmuch_setup_command (unused (void *ctx),
        g_ptr_array_free (tags, TRUE);
     }
 
+
+    /* Temporarily remove exclude tag support for 0.12 */
+
     if (! notmuch_config_save (config)) {
        if (is_new)
          welcome_message_post_setup ();