[PATCH v2 1/2] show: include Reply-To header in json output

2012-11-07 Thread David Bremner
Peter Wang writes: > Output the Reply-To header field if present in a message. > I want to be able to see what the sender intended in my mail client, > before hitting the reply key. Only json output is changed, > like the recently added Bcc field. Pushed, d

Re: [PATCH v2 1/2] show: include Reply-To header in json output

2012-11-07 Thread David Bremner
Peter Wang noval...@gmail.com writes: Output the Reply-To header field if present in a message. I want to be able to see what the sender intended in my mail client, before hitting the reply key. Only json output is changed, like the recently added Bcc field. Pushed, d

[PATCH v2 1/2] show: include Reply-To header in json output

2012-10-30 Thread Peter Wang
Output the Reply-To header field if present in a message. I want to be able to see what the sender intended in my mail client, before hitting the reply key. Only json output is changed, like the recently added Bcc field. --- notmuch-show.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH v2 1/2] show: include Reply-To header in json output

2012-10-30 Thread Peter Wang
Output the Reply-To header field if present in a message. I want to be able to see what the sender intended in my mail client, before hitting the reply key. Only json output is changed, like the recently added Bcc field. --- notmuch-show.c | 7 +++ 1 file changed, 7 insertions(+) diff --git