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