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 B83FD431FAE for ; Thu, 10 Dec 2009 21:31:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 Zvkp6IGFyURc for ; Thu, 10 Dec 2009 21:31:22 -0800 (PST) Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142]) by olra.theworths.org (Postfix) with ESMTP id 6F1AA431FBC for ; Thu, 10 Dec 2009 21:31:22 -0800 (PST) Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp09.au.ibm.com (8.14.3/8.13.1) with ESMTP id nBBGVLas022356 for ; Sat, 12 Dec 2009 03:31:21 +1100 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nBB5RXEF1544224 for ; Fri, 11 Dec 2009 16:27:33 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nBB5VJcp022185 for ; Fri, 11 Dec 2009 16:31:20 +1100 Received: from skywalker.linux.vnet.ibm.com ([9.124.35.109]) by d23av03.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id nBB5VGVr022113; Fri, 11 Dec 2009 16:31:17 +1100 From: "Aneesh Kumar K. V" To: Carl Worth In-Reply-To: <87638mfth1.fsf@yoom.home.cworth.org> References: <1259830005-3439-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <87638mfth1.fsf@yoom.home.cworth.org> Date: Fri, 11 Dec 2009 11:01:15 +0530 Message-ID: <87ws0ujcv0.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Aneesh Kumar K.V" , notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 11 Dec 2009 05:31:24 -0000 On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth wrote: > On Thu, 3 Dec 2009 14:16:44 +0530, "Aneesh Kumar K.V" wrote: > > From: Aneesh Kumar K.V > > > > This patch add --format=sender-only option. > > I like the idea here, (and agree that an 'R' keybinding would be great). > > But surely there's a way to implement this with dramatically less code > duplication? I sent an updated patch which did the above with less code duplication. Any chance of getting this merged ? -aneesh