[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Aaron Ecay
On Mon, 16 Jan 2012 08:39:30 +, David Edmondson wrote: > On Mon, 16 Jan 2012 02:38:38 -0500, Aaron Ecay wrote: > > - Greater flexibility in the construction of address lists. For example, > > there are some email lists where I want replies to list mail to go only > > to the list, not als

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Adam Wolfe Gordon
On Mon, Jan 16, 2012 at 15:31, Aaron Ecay wrote: > One advantage of supercite is that it allows non-English speakers to set > up the ?On X, X wrote? line as they prefer. ?Notmuch?s current approach > (a hard-coded C string) is the opposite of internationalized. ?So it > would be nice to support so

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Adam Wolfe Gordon
On Mon, Jan 16, 2012 at 15:31, Aaron Ecay wrote: > One advantage of supercite is that it allows non-English speakers to set > up the “On X, X wrote” line as they prefer.  Notmuch’s current approach > (a hard-coded C string) is the opposite of internationalized.  So it > would be nice to support so

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Aaron Ecay
On Mon, 16 Jan 2012 08:39:30 +, David Edmondson wrote: > On Mon, 16 Jan 2012 02:38:38 -0500, Aaron Ecay wrote: > > - Greater flexibility in the construction of address lists. For example, > > there are some email lists where I want replies to list mail to go only > > to the list, not als

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Jameson Graef Rollins
On Mon, 16 Jan 2012 08:39:30 +, David Edmondson wrote: > Is there a mechanistic way to determine the correct behaviour in this > respect? I suspect that it's exactly the kind of thing that Carl wanted > to be included in 'notmuch' itself, so that other UIs can benefit. Agreed. I think it's g

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Jameson Graef Rollins
On Mon, 16 Jan 2012 08:39:30 +, David Edmondson wrote: > Is there a mechanistic way to determine the correct behaviour in this > respect? I suspect that it's exactly the kind of thing that Carl wanted > to be included in 'notmuch' itself, so that other UIs can benefit. Agreed. I think it's g

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread David Edmondson
On Mon, 16 Jan 2012 02:38:38 -0500, Aaron Ecay wrote: > On Sun, 15 Jan 2012 09:26:59 +, David Edmondson wrote: > > Given that we're now doing a bunch of work in emacs as part of the reply > > setup, why not just grab the content of the original message from the > > show buffer and quote that?

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread Aaron Ecay
On Sun, 15 Jan 2012 09:26:59 +, David Edmondson wrote: > Given that we're now doing a bunch of work in emacs as part of the reply > setup, why not just grab the content of the original message from the > show buffer and quote that? > > The last time that approach was discussed Carl was agains

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-16 Thread David Edmondson
On Mon, 16 Jan 2012 02:38:38 -0500, Aaron Ecay wrote: > On Sun, 15 Jan 2012 09:26:59 +, David Edmondson wrote: > > Given that we're now doing a bunch of work in emacs as part of the reply > > setup, why not just grab the content of the original message from the > > show buffer and quote that?

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-15 Thread Aaron Ecay
On Sun, 15 Jan 2012 09:26:59 +, David Edmondson wrote: > Given that we're now doing a bunch of work in emacs as part of the reply > setup, why not just grab the content of the original message from the > show buffer and quote that? > > The last time that approach was discussed Carl was agains

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-15 Thread David Edmondson
Given that we're now doing a bunch of work in emacs as part of the reply setup, why not just grab the content of the original message from the show buffer and quote that? The last time that approach was discussed Carl was against it because it moved the emacs UI away from the behaviour of the CLI,

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-15 Thread David Edmondson
Given that we're now doing a bunch of work in emacs as part of the reply setup, why not just grab the content of the original message from the show buffer and quote that? The last time that approach was discussed Carl was against it because it moved the emacs UI away from the behaviour of the CLI,

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-11 Thread Adam Wolfe Gordon
Thanks for the suggestions. Specific comments inline: On Sun, Jan 8, 2012 at 18:36, Aaron Ecay wrote: >> There should probably be some customize variables for this in emacs, to >> control >> (for example) whether to quote HTML parts and whether to prefer HTML or >> plaintext parts for quoting.

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-09 Thread Adam Wolfe Gordon
Thanks for the suggestions. Specific comments inline: On Sun, Jan 8, 2012 at 18:36, Aaron Ecay wrote: >> There should probably be some customize variables for this in emacs, to >> control >> (for example) whether to quote HTML parts and whether to prefer HTML or >> plaintext parts for quoting.

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-08 Thread Aaron Ecay
On Sun, 8 Jan 2012 00:52:38 -0700, Adam Wolfe Gordon wrote: [...] > > There should probably be some customize variables for this in emacs, to > control > (for example) whether to quote HTML parts and whether to prefer HTML or > plaintext parts for quoting. Any suggestions for what should be

Re: [PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-08 Thread Aaron Ecay
On Sun, 8 Jan 2012 00:52:38 -0700, Adam Wolfe Gordon wrote: [...] > > There should probably be some customize variables for this in emacs, to > control > (for example) whether to quote HTML parts and whether to prefer HTML or > plaintext parts for quoting. Any suggestions for what should be

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-08 Thread Adam Wolfe Gordon
From: Adam Wolfe Gordon Hi everyone, This is a rework of my previous patch series adding support for replying to HTML email in the emacs interface (id:1322671241-23438-1-git-send-email-awg+notmuch at xvx.ca). It was suggested on IRC that a more general solution would be to add a JSON format to

[PATCH 0/4] Quoting HTML-only emails in replies redux

2012-01-07 Thread Adam Wolfe Gordon
From: Adam Wolfe Gordon Hi everyone, This is a rework of my previous patch series adding support for replying to HTML email in the emacs interface (id:1322671241-23438-1-git-send-email-awg+notm...@xvx.ca). It was suggested on IRC that a more general solution would be to add a JSON format to not