Re: [PATCH 6/6] emacs: `notmuch-show-tag-all' sans prefix arg only tags open messages
[notmuch-archives.git] / 77 / 9f38482a0e2fc535e06acb60be21d7a0b05ab6
1 Return-Path: <chris@chris-wilson.co.uk>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 62DA8431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 11:41:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id G-fEI0kFy7Ja for <notmuch@notmuchmail.org>;\r
11         Tue, 24 Nov 2009 11:41:27 -0800 (PST)\r
12 Received: from fmsmga102.fm.intel.com (mga10.intel.com [192.55.52.92])\r
13         by olra.theworths.org (Postfix) with ESMTP id AA3C1431FBC\r
14         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 11:41:27 -0800 (PST)\r
15 Received: from fmsmga001.fm.intel.com ([10.253.24.23])\r
16         by fmsmga102.fm.intel.com with ESMTP; 24 Nov 2009 11:37:30 -0800\r
17 X-ExtLoop1: 1\r
18 X-IronPort-AV: E=Sophos;i="4.47,280,1257148800"; d="scan'208";a="750047982"\r
19 Received: from unknown (HELO localhost.localdomain) ([10.255.16.197])\r
20         by fmsmga001.fm.intel.com with ESMTP; 24 Nov 2009 11:47:50 -0800\r
21 From: Chris Wilson <chris@chris-wilson.co.uk>\r
22 To: notmuch@notmuchmail.org\r
23 Date: Tue, 24 Nov 2009 19:41:20 +0000\r
24 Message-Id: <1259091680-29598-1-git-send-email-chris@chris-wilson.co.uk>\r
25 X-Mailer: git-send-email 1.6.5.3\r
26 Subject: [notmuch] [PATCH] notmuch-new: Remove the tiresome joke from the\r
27         output.\r
28 X-BeenThere: notmuch@notmuchmail.org\r
29 X-Mailman-Version: 2.1.12\r
30 Precedence: list\r
31 List-Id: "Use and development of the notmuch mail system."\r
32         <notmuch.notmuchmail.org>\r
33 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
35 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
36 List-Post: <mailto:notmuch@notmuchmail.org>\r
37 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
38 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
40 X-List-Received-Date: Tue, 24 Nov 2009 19:41:28 -0000\r
41 \r
42 As I see this every time I poll for new mail, the joke becomes very old\r
43 very quickly.  The other instances of "not much" are shown much less\r
44 often and have a much more natural style, this one however feels forced,\r
45 impairing the humorous effect.\r
46 \r
47 Signed-off-by: Chris "the critic" Wilson <chris@chris-wilson.co.uk>\r
48 ---\r
49  notmuch-new.c |    4 +---\r
50  1 files changed, 1 insertions(+), 3 deletions(-)\r
51 \r
52 diff --git a/notmuch-new.c b/notmuch-new.c\r
53 index e32b92a..3cde3a7 100644\r
54 --- a/notmuch-new.c\r
55 +++ b/notmuch-new.c\r
56 @@ -483,12 +483,10 @@ notmuch_new_command (void *ctx, int argc, char *argv[])\r
57         }\r
58      }\r
59      if (add_files_state.added_messages) {\r
60 -       printf ("Added %d new %s to the database (not much, really).\n",\r
61 +       printf ("Added %d new %s to the database.\n",\r
62                 add_files_state.added_messages,\r
63                 add_files_state.added_messages == 1 ?\r
64                 "message" : "messages");\r
65 -    } else {\r
66 -       printf ("No new mail---and that's not much.\n");\r
67      }\r
68  \r
69      if (elapsed > 1 && ! add_files_state.saw_read_only_directory) {\r
70 -- \r
71 1.6.5.3\r
72 \r