Re: [PATCH v2] python: deprecated add_message calls index_file correctly and returns result

2017-09-13 Thread Dylan Baker
Quoting David Bremner (2017-09-12 16:29:16) > Dylan Baker <dy...@pnwbakers.com> writes: > > > The broken commit is in 0.25.1, but this patch isn't correct? It's going to > > break alot if that's the case. > > > > Dylan > > I don't believe b10ce6bc

Re: [PATCH v2] python: deprecated add_message calls index_file correctly and returns result

2017-09-12 Thread Dylan Baker
The broken commit is in 0.25.1, but this patch isn't correct? It's going to break alot if that's the case. Dylan Quoting David Bremner (2017-09-12 11:28:17) > Gaute Hope writes: > > > The deprecated Database.add_message now calls the new index_file with > > correct number

Re: [PATCH] python: Fix database.add_message

2017-09-12 Thread Dylan Baker
Quoting David Bremner (2017-09-11 18:58:31) > David Bremner <da...@tethera.net> writes: > > > Dylan Baker <dy...@pnwbakers.com> writes: > > > >> b10ce6bc23002d48916b1b2f375480e7540e3164 introduced a new index_file > >> method as a replacemen

[PATCH] python: Fix database.add_message

2017-09-11 Thread Dylan Baker
b10ce6bc23002d48916b1b2f375480e7540e3164 introduced a new index_file method as a replacement for add_message. It helpfully made add_message an alias for index_file, unfortunately it got the signature wrong by explicitly passing self as an argument. cc: Daniel Kahn Gillmor

Re: rendering and generating text/markdown parts

2017-08-11 Thread Dylan Baker
Quoting Daniel Kahn Gillmor (2017-08-11 16:05:56) > On Fri 2017-08-11 15:02:44 -0700, Dylan Baker wrote: > > > Natively no. I have a fairly minor patch to alot that would make it work if > > the > > type was text/markdown instead of text/plain. > > huh, i t

Re: rendering and generating text/markdown parts

2017-08-11 Thread Dylan Baker
One of the alot devs here, Natively no. I have a fairly minor patch to alot that would make it work if the type was text/markdown instead of text/plain. I have another patch that makes this render correctly as markdown, but it breaks lots of other text/plain emails that use characters in a way