[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2010-03-09 Thread Carl Worth
On Fri, 11 Dec 2009 11:01:15 +0530, "Aneesh Kumar K. V" wrote: > 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" > linux.vnet.ibm.com> wrote: > > > > > > This patch add --format=sender-only option. > > > > I like the idea here,

Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2010-03-09 Thread Carl Worth
On Fri, 11 Dec 2009 11:01:15 +0530, Aneesh Kumar K. V aneesh.ku...@linux.vnet.ibm.com wrote: On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth cwo...@cworth.org wrote: On Thu, 3 Dec 2009 14:16:44 +0530, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This patch add

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-11 Thread Aneesh Kumar K. V
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" linux.vnet.ibm.com> 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).

Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-10 Thread Aneesh Kumar K. V
On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth cwo...@cworth.org wrote: On Thu, 3 Dec 2009 14:16:44 +0530, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: From: Aneesh Kumar K.V aneesh.ku...@gmail.com This patch add --format=sender-only option. I like the idea here, (and

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-04 Thread Jed Brown
On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth wrote: > But surely there's a way to implement this with dramatically less code > duplication? It should just be very short after this series id:1259450376-24523-1-git-send-email-jed at 59A2.org I think --format= should not be used for this,

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-04 Thread Carl Worth
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?

Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-04 Thread Jed Brown
On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth cwo...@cworth.org wrote: But surely there's a way to implement this with dramatically less code duplication? It should just be very short after this series id:1259450376-24523-1-git-send-email-...@59a2.org I think --format= should not be used

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-03 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V This patch add --format=sender-only option. Signed-off-by: Aneesh Kumar K.V --- notmuch-reply.c | 76 +++ 1 files changed, 76 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c