X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-setup.c;h=307231d51b55f8ea13c7358839db86cc3f7df4dd;hp=f85e0ebd091ba1dafc70c2f9b167d6623c4a471e;hb=353577ad5733b78b71d93c9bdbaae0b062d32331;hpb=ed6f941c2a17040443a15bf18ed614fa45208dad diff --git a/notmuch-setup.c b/notmuch-setup.c index f85e0ebd..307231d5 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -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 ();