[notmuch] [PATCH] notmuch-new: Remove the tiresome joke from the output.
Chris Wilson
chris at chris-wilson.co.uk
Tue Nov 24 11:41:20 PST 2009
As I see this every time I poll for new mail, the joke becomes very old
very quickly. The other instances of "not much" are shown much less
often and have a much more natural style, this one however feels forced,
impairing the humorous effect.
Signed-off-by: Chris "the critic" Wilson <chris at chris-wilson.co.uk>
---
notmuch-new.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/notmuch-new.c b/notmuch-new.c
index e32b92a..3cde3a7 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -483,12 +483,10 @@ 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");
}
if (elapsed > 1 && ! add_files_state.saw_read_only_directory) {
--
1.6.5.3
More information about the notmuch
mailing list