X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=501f04c967f996123981827ec4421d92db2566df;hp=9d206167e997382d623934ce4dd1797751b2e950;hb=e1669b155c89fb7f140c64d36bf25c246d024ab8;hpb=3f406fdefca0400c1c2023674dfc5b36db55a1e7 diff --git a/notmuch-new.c b/notmuch-new.c index 9d206167..501f04c9 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -485,7 +485,7 @@ notmuch_new_command (void *ctx, int argc, char *argv[]) if (interrupted) return 1; - printf ("Found %d total files. \n", count); + printf ("Found %d total files (that's not much mail).\n", count); notmuch = notmuch_database_create (db_path); add_files_state.ignore_read_only_directories = FALSE; add_files_state.total_files = count; @@ -525,12 +525,12 @@ notmuch_new_command (void *ctx, int argc, char *argv[]) } } if (add_files_state.added_messages) { - printf ("Added %d new %s to the database (not much, really).\n", + printf ("Added %d new %s to the database.\n", add_files_state.added_messages, add_files_state.added_messages == 1 ? "message" : "messages"); } else { - printf ("No new mail---and that's not much.\n"); + printf ("No new mail.\n"); } if (elapsed > 1 && ! add_files_state.saw_read_only_directory) {