Re: [PATCH v1 1/3] notmuch: Include the format parameter of text/plain parts

2018-12-22 Thread David Edmondson
On Saturday, 2018-12-22 at 07:41:37 +09, David Bremner wrote: > David Edmondson writes: > >> During formatted output, if a content type of a text/plain part >> has a "format" paramter, include it in the output. >> --- >> notmuch-show.c | 13 + >> 1 file changed, 13 insertions(+) >> >

Re: [PATCH v1 1/3] notmuch: Include the format parameter of text/plain parts

2018-12-21 Thread David Bremner
David Edmondson writes: > During formatted output, if a content type of a text/plain part > has a "format" paramter, include it in the output. > --- > notmuch-show.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/notmuch-show.c b/notmuch-show.c > index 07e9a5db..92d18bb8

[PATCH v1 1/3] notmuch: Include the format parameter of text/plain parts

2018-12-21 Thread David Edmondson
During formatted output, if a content type of a text/plain part has a "format" paramter, include it in the output. --- notmuch-show.c | 13 + 1 file changed, 13 insertions(+) diff --git a/notmuch-show.c b/notmuch-show.c index 07e9a5db..92d18bb8 100644 --- a/notmuch-show.c +++ b/notmuc