Re: [PATCH v2 04/14] cli/reply: unify reply format functions

2016-09-10 Thread Jani Nikula
On Sat, 10 Sep 2016, David Bremner wrote: > Jani Nikula writes: > >> Prepare for further future unification by making the code similar. The >> only functional change is that errors in mime_node_open() also break >> execution in default reply format. > >>

Re: [PATCH v2 04/14] cli/reply: unify reply format functions

2016-09-09 Thread David Bremner
Jani Nikula writes: > Prepare for further future unification by making the code similar. The > only functional change is that errors in mime_node_open() also break > execution in default reply format. > GMimeMessage *reply; > -mime_node_t *root; > +mime_node_t

[PATCH v2 04/14] cli/reply: unify reply format functions

2016-08-13 Thread Jani Nikula
Prepare for further future unification by making the code similar. The only functional change is that errors in mime_node_open() also break execution in default reply format. --- notmuch-reply.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git