]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
test: Test upgrade to ghost messages feature
[notmuch] / notmuch-new.c
index 569100560accbc393a52b124d14f55178fb6e63d..ddf42c140802225078dce5a7316609404a439930 100644 (file)
@@ -1031,8 +1031,7 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[])
                return EXIT_FAILURE;
            }
            if (add_files_state.verbosity >= VERBOSITY_NORMAL)
-               printf ("Your notmuch database has now been upgraded to database format version %u.\n",
-                   notmuch_database_get_version (notmuch));
+               printf ("Your notmuch database has now been upgraded.\n");
        }
 
        add_files_state.total_files = 0;