Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / 88 / b142f9d4cee3299be527f301c26e0e77d48a70
1 Return-Path: <cworth@cworth.org>\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 BA21E431FBC;\r
6         Fri, 27 Nov 2009 05:46:46 -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 W1j9kqE-XsRK; Fri, 27 Nov 2009 05:46:46 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 1F647431FAE;\r
13         Fri, 27 Nov 2009 05:46:46 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Chris Wilson <chris@chris-wilson.co.uk>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1259091680-29598-1-git-send-email-chris@chris-wilson.co.uk>\r
17 References: <1259091680-29598-1-git-send-email-chris@chris-wilson.co.uk>\r
18 Date: Fri, 27 Nov 2009 05:46:32 -0800\r
19 Message-ID: <878wdsqdvr.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] notmuch-new: Remove the tiresome joke from\r
23  the output.\r
24 X-BeenThere: notmuch@notmuchmail.org\r
25 X-Mailman-Version: 2.1.12\r
26 Precedence: list\r
27 List-Id: "Use and development of the notmuch mail system."\r
28         <notmuch.notmuchmail.org>\r
29 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
30         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
31 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
32 List-Post: <mailto:notmuch@notmuchmail.org>\r
33 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
34 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
36 X-List-Received-Date: Fri, 27 Nov 2009 13:46:46 -0000\r
37 \r
38 On Tue, 24 Nov 2009 19:41:20 +0000, Chris Wilson <chris@chris-wilson.co.uk> wrote:\r
39 > As I see this every time I poll for new mail, the joke becomes very old\r
40 > very quickly.  The other instances of "not much" are shown much less\r
41 > often and have a much more natural style, this one however feels forced,\r
42 > impairing the humorous effect.\r
43 \r
44 Fine. My joke wen stale quickly. I'll agree to remove it.\r
45 \r
46 > -    } else {\r
47 > -     printf ("No new mail---and that's not much.\n");\r
48 >      }\r
49 \r
50 Shouldn't we still print *something* here, though ("No new mail")?\r
51 Imagine the new user trying to ensure "notmuch new" is working---and\r
52 let's say it's not, (due to the current symlink bug or so). A silent\r
53 success here won't make it clear whether "notmuch new" has actually done\r
54 anything or not.\r
55 \r
56 -Carl\r