Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 26 / 611a784e8d6dffa76b146f423e4313c12c7116
1 Return-Path: <marten@veldthuis.com>\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 0FCD3431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 06:19:04 -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 z0ZfU49WUzJl for <notmuch@notmuchmail.org>;\r
11         Fri, 27 Nov 2009 06:19:03 -0800 (PST)\r
12 Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com\r
13         [66.111.4.28])\r
14         by olra.theworths.org (Postfix) with ESMTP id 6B88D431FAE\r
15         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 06:19:03 -0800 (PST)\r
16 Received: from compute1.internal (compute1.internal [10.202.2.41])\r
17         by gateway1.messagingengine.com (Postfix) with ESMTP id 0EF16C159A\r
18         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 09:19:03 -0500 (EST)\r
19 Received: from heartbeat1.messagingengine.com ([10.202.2.160])\r
20         by compute1.internal (MEProxy); Fri, 27 Nov 2009 09:19:03 -0500\r
21 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com;\r
22         h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to;     s=smtpout; bh=giWtWp4ZeA9PxM13Wn89F3dpspg=;\r
23         b=unF5Cnr5/bBuZI+4nDC3sTZdT6EFkVB8CRuDsE4zG4yEkGIBchmMLFGtIxqIsMwHYaHQjeA8Kr/JeixDHhxGhgvx7ZRs+MFLoWasJlAhQDz0vvKDgrm4o9lcjNPV29AjnZWBFbwDEU5CT592my/s+1f7c85LcXCFluBDQTD07BE=\r
24 X-Sasl-enc: 8Ophv8Z30l50VvDRKuojEmrAZt1uESDj+H4sASSizQr+ 1259331541\r
25 Received: from marten.rgoc.rug.nl (marten.rgoc.rug.nl [129.125.147.35])\r
26         by mail.messagingengine.com (Postfix) with ESMTPSA id A783A488539\r
27         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 09:19:01 -0500 (EST)\r
28 Received: by marten.rgoc.rug.nl (sSMTP sendmail emulation);\r
29         Fri, 27 Nov 2009 15:18:50 +0100\r
30 Date: Fri, 27 Nov 2009 15:18:50 +0100\r
31 From: Marten Veldthuis <marten@veldthuis.com>\r
32 To: notmuch@notmuchmail.org\r
33 Message-ID: <20091127141850.GA1198@socpsy35>\r
34 References: <1259091680-29598-1-git-send-email-chris@chris-wilson.co.uk>\r
35         <878wdsqdvr.fsf@yoom.home.cworth.org>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii; format=flowed\r
38 Content-Disposition: inline\r
39 In-Reply-To: <878wdsqdvr.fsf@yoom.home.cworth.org>\r
40 User-Agent: Mutt/1.5.20 (2009-06-14)\r
41 Subject: Re: [notmuch] [PATCH] notmuch-new: Remove the tiresome joke from\r
42  the output.\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.12\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 27 Nov 2009 14:19:04 -0000\r
56 \r
57 On Fri, Nov 27, 2009 at 05:46:32AM -0800, Carl Worth wrote:\r
58 >> -    } else {\r
59 >> -    printf ("No new mail---and that's not much.\n");\r
60 >>      }\r
61 >\r
62 >Shouldn't we still print *something* here, though ("No new mail")?\r
63 >Imagine the new user trying to ensure "notmuch new" is working---and\r
64 >let's say it's not, (due to the current symlink bug or so). A silent\r
65 >success here won't make it clear whether "notmuch new" has actually done\r
66 >anything or not.\r
67 \r
68 Yes, at first I thought I'd read the patch wrong... I think you definately \r
69 want some output, just not the joke. Don't worry, it *was* funny the first \r
70 time.\r
71 \r
72 -- \r
73 - Marten\r