Filtering out replies to a patch series
authorAmit Kucheria <amit.kucheria@verdurent.com>
Fri, 1 Apr 2011 08:47:25 +0000 (11:47 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:03 +0000 (09:38 -0800)
f0/e24a7593c69579316fcc3cf38890f5955b2b2c [new file with mode: 0644]

diff --git a/f0/e24a7593c69579316fcc3cf38890f5955b2b2c b/f0/e24a7593c69579316fcc3cf38890f5955b2b2c
new file mode 100644 (file)
index 0000000..a3a780f
--- /dev/null
@@ -0,0 +1,62 @@
+Return-Path: <amit.kucheria@verdurent.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id A80F2431FB6\r
+       for <notmuch@notmuchmail.org>; Fri,  1 Apr 2011 01:47:27 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id dYSutpnsnSuO for <notmuch@notmuchmail.org>;\r
+       Fri,  1 Apr 2011 01:47:27 -0700 (PDT)\r
+Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com\r
+       [209.85.210.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 4794E431FB5\r
+       for <notmuch@notmuchmail.org>; Fri,  1 Apr 2011 01:47:27 -0700 (PDT)\r
+Received: by iyb26 with SMTP id 26so3469411iyb.26\r
+       for <notmuch@notmuchmail.org>; Fri, 01 Apr 2011 01:47:25 -0700 (PDT)\r
+MIME-Version: 1.0\r
+Received: by 10.42.148.133 with SMTP id r5mr5056837icv.469.1301647645091; Fri,\r
+       01 Apr 2011 01:47:25 -0700 (PDT)\r
+Received: by 10.42.246.65 with HTTP; Fri, 1 Apr 2011 01:47:25 -0700 (PDT)\r
+Date: Fri, 1 Apr 2011 11:47:25 +0300\r
+Message-ID: <AANLkTinTezCRqQT=B567_A+dCJi7O_WFDmvYS7sdzjGk@mail.gmail.com>\r
+Subject: Filtering out replies to a patch series\r
+From: Amit Kucheria <amit.kucheria@verdurent.com>\r
+To: notmuch@notmuchmail.org\r
+Content-Type: text/plain; charset=ISO-8859-1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 01 Apr 2011 08:47:27 -0000\r
+\r
+Hi,\r
+\r
+I am wondering how developers on this list handle the case of grabbing\r
+a patch series posted to the list and using something like git-am to\r
+apply it to their local trees.\r
+\r
+Several patches in the series could have replies to them and hence\r
+they need to be filtered out.\r
+\r
+e.g. I use notmuch show --output=mbox thread:000000000000eb4e to get\r
+the basic series. But I'd appreciate any tips on filtering out the\r
+replies.\r
+\r
+Cheers,\r
+Amit\r