Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / e2f4101fe8462ebadf875c56898ab3c4cb1b44
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 arlo.cworth.org (Postfix) with ESMTP id 4BBC36DE1009\r
6  for <notmuch@notmuchmail.org>; Fri,  4 Dec 2015 07:08:39 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.709\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.709 tagged_above=-999 required=5 tests=[AWL=0.057, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id LVjHqpye6T2s for <notmuch@notmuchmail.org>;\r
16  Fri,  4 Dec 2015 07:08:37 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 43BD96DE0FF7\r
19  for <notmuch@notmuchmail.org>; Fri,  4 Dec 2015 07:08:37 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 82F79100080;\r
22  Fri,  4 Dec 2015 17:08:48 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Xu Wang <xuwang762@gmail.com>\r
25 Cc: notmuch@notmuchmail.org\r
26 Subject: Re: Query to get emails from notmuch mailing list?\r
27 In-Reply-To:\r
28  <CAJhTkNhoPyaDLT+0ciS3nB=FHzHVfF5UVc8C5gfyEHfj_iObaQ@mail.gmail.com>\r
29 References: <87y4dbbhlv.fsf@cassou.me> <874mfzl4uh.fsf@tesseract.cs.unb.ca>\r
30  <m2y4dbi7sy.fsf@guru.guru-group.fi>\r
31  <CAJhTkNhoPyaDLT+0ciS3nB=FHzHVfF5UVc8C5gfyEHfj_iObaQ@mail.gmail.com>\r
32 User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
33  (x86_64-unknown-linux-gnu)\r
34 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
35  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
36  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
37 Date: Fri, 04 Dec 2015 17:08:48 +0200\r
38 Message-ID: <m2610e1can.fsf@guru.guru-group.fi>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 04 Dec 2015 15:08:39 -0000\r
54 \r
55 On Fri, Dec 04 2015, Xu Wang <xuwang762@gmail.com> wrote:\r
56 \r
57 > On Thu, Dec 3, 2015 at 3:41 PM, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
58 >> On Thu, Dec 03 2015, David Bremner <david@tethera.net> wrote:\r
59 >>\r
60 >>> Damien Cassou <damien@cassou.me> writes:\r
61 >>>\r
62 >>>> Hi,\r
63 >>>>\r
64 >>>> how do you write a notmuch query to get all emails of the notmuch\r
65 >>>> mailing list?\r
66 >>>>\r
67 >>>\r
68 >>> at one point I use\r
69 >>>\r
70 >>> notmuch tag +inbox::notmuch tag:inbox and '(' to:notmuch or folder:notmuch ')'\r
71 >>>\r
72 >>> just now I noticed the folder:notmuch is not matching anything because\r
73 >>> of reorganization, so it's really to:notmuch; that seems to work for me.\r
74 >>\r
75 >> wouldn't to:notmuch@notmuchmail.org be more accurate ?\r
76 >\r
77 > Probably also CC? I don't know how to search for To or CC though.\r
78 \r
79 to: covers [Cc][Cc]: too :D\r
80 \r
81 but, to followup to my orinal it does not -- or i am not sure,\r
82 whether my suggestion matches <notmuch+something@notmuchmail.org>\r
83 (but, there probably is no use for that, at least for now).\r
84 \r
85 Tomi\r
86 \r
87 >\r
88 > Kind regards,\r
89 >\r
90 > Xu\r