Re: [PATCH] add has: query prefix to search for specific properties
[notmuch-archives.git] / 9f / f4ed36654e8f3d490300e4c85ea65fb841d035
1 Return-Path: <tomi.ollila@iki.fi>\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 1B5ED431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Nov 2012 00:32:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id EOiP1rh7s3TT for <notmuch@notmuchmail.org>;\r
16         Wed, 14 Nov 2012 00:32:22 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 2BA89431FAF\r
19         for <notmuch@notmuchmail.org>; Wed, 14 Nov 2012 00:32:22 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 563AB1000E2;\r
22         Wed, 14 Nov 2012 10:32:20 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Ethan Glasser-Camp <ethan.glasser.camp@gmail.com>,\r
25         Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH v2 0/3] Better id: link buttonization\r
27 In-Reply-To: <87k3to6h9p.fsf@betacantrips.com>\r
28 References: <1352609175-12790-1-git-send-email-amdragon@mit.edu>\r
29         <87k3to6h9p.fsf@betacantrips.com>\r
30 User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Wed, 14 Nov 2012 10:32:19 +0200\r
36 Message-ID: <m2obj0ega4.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 Cc: sascha-ml-reply-to-2012-4@silbe.org\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 14 Nov 2012 08:32:23 -0000\r
53 \r
54 On Wed, Nov 14 2012, Ethan Glasser-Camp wrote:\r
55 \r
56 > Austin Clements <amdragon@MIT.EDU> writes:\r
57 >\r
58 >> This is v2 of id:"1351650561-7331-1-git-send-email-amdragon@mit.edu".\r
59 >> This makes Jani's suggested additions to the regexp and adds support\r
60 >> for RFC 2392 mid: links, as suggested by Sascha.\r
61 >\r
62 > This series looks fine to me.\r
63 \r
64 LGTM too. \r
65 \r
66 although this is different than others in test/emacs:\r
67 \r
68  +test_expect_equal_file EXPECTED OUTPUT\r
69 \r
70 (grep test_expect_equal_file test/emacs)\r
71 \r
72 The diff output in case of failure makes more sense when the args\r
73 are in this order -- but probably that should be changed\r
74 bu changing the arg handling order in test_expect_equal_file\r
75 (to be consistent with test_expect_equal) and then change the order\r
76 in the "remaining" uses of test_expect_equal_file EXPECTED OUTPUT.\r
77 \r
78 > Ethan\r
79 \r
80 Tomi\r