summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notmuch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.c b/notmuch.c
index 0a05e1a..5e59470 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -557,7 +557,7 @@ new_command (int argc, char *argv[])
add_files_state.added_messages == 1 ?
"message" : "messages");
} else {
- printf ("No new mail---and that's not much!\n");
+ printf ("No new mail---and that's not much.\n");
}
if (ret) {