[PATCH v3 4/7] Add internal functions to search for alternate doc types
[notmuch-archives.git] / 4f / 2ac48f546d5b8fd5d7a4ca8d2b0f6fb5c6421f
1 Return-Path: <amit.kucheria@verdurent.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 46345429E20\r
6         for <notmuch@notmuchmail.org>; Fri,  1 Apr 2011 01:50:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 q9O7JZme+PtE for <notmuch@notmuchmail.org>;\r
16         Fri,  1 Apr 2011 01:50:44 -0700 (PDT)\r
17 Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com\r
18         [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8A674431FB6\r
21         for <notmuch@notmuchmail.org>; Fri,  1 Apr 2011 01:50:44 -0700 (PDT)\r
22 Received: by iwn2 with SMTP id 2so3455932iwn.26\r
23         for <notmuch@notmuchmail.org>; Fri, 01 Apr 2011 01:50:43 -0700 (PDT)\r
24 MIME-Version: 1.0\r
25 Received: by 10.42.148.133 with SMTP id r5mr5061704icv.469.1301647842731; Fri,\r
26         01 Apr 2011 01:50:42 -0700 (PDT)\r
27 Received: by 10.42.246.65 with HTTP; Fri, 1 Apr 2011 01:50:42 -0700 (PDT)\r
28 In-Reply-To: <AANLkTinTezCRqQT=B567_A+dCJi7O_WFDmvYS7sdzjGk@mail.gmail.com>\r
29 References: <AANLkTinTezCRqQT=B567_A+dCJi7O_WFDmvYS7sdzjGk@mail.gmail.com>\r
30 Date: Fri, 1 Apr 2011 11:50:42 +0300\r
31 Message-ID: <AANLkTimUogm48Ms-b3Otz1GnQso9k2gHN9Kste_LjHKV@mail.gmail.com>\r
32 Subject: Re: Filtering out replies to a patch series\r
33 From: Amit Kucheria <amit.kucheria@verdurent.com>\r
34 To: notmuch@notmuchmail.org\r
35 Content-Type: text/plain; charset=ISO-8859-1\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Fri, 01 Apr 2011 08:50:45 -0000\r
49 \r
50 On Fri, Apr 1, 2011 at 11:47 AM, Amit Kucheria\r
51 <amit.kucheria@verdurent.com> wrote:\r
52 > Hi,\r
53 >\r
54 > I am wondering how developers on this list handle the case of grabbing\r
55 > a patch series posted to the list and using something like git-am to\r
56 > apply it to their local trees.\r
57 >\r
58 > Several patches in the series could have replies to them and hence\r
59 > they need to be filtered out.\r
60 >\r
61 > e.g. I use notmuch show --output=mbox thread:000000000000eb4e to get\r
62 > the basic series. But I'd appreciate any tips on filtering out the\r
63 > replies.\r
64 \r
65 Aargh, that was meant to be notmuch show --format=mbox thread:000000000000eb4e\r
66 \r
67 /Amit\r