X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=8d1545e1d97337b777f1b34d94ca923b7a3d5bec;hp=2d975eb5b640f4561864372f64612f0e7d4fe94b;hb=385f62baa1df439cb6365101faf31c0f6f2f2935;hpb=73339ade993b7ae14d26808cfd6efcd0da712f3d diff --git a/notmuch-new.c b/notmuch-new.c index 2d975eb5..8d1545e1 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -1042,7 +1042,7 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]) } if (notmuch_database_dump (notmuch, backup_name, "", - DUMP_FORMAT_BATCH_TAG, TRUE)) { + DUMP_FORMAT_BATCH_TAG, DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_TAGS, TRUE)) { fprintf (stderr, "Backup failed. Aborting upgrade."); return EXIT_FAILURE; }