Re: [PATCH v6 05/10] reply: Add a JSON reply format.

Subject: Re: [PATCH v6 05/10] reply: Add a JSON reply format.

Date: Sat, 10 Mar 2012 11:27:58 -0700

To: Jani Nikula

Cc: notmuch@notmuchmail.org

From: Adam Wolfe Gordon


On Fri, Mar 9, 2012 at 16:08, Jani Nikula <jani@nikula.org> wrote:
>> +    if (!reply)
>> +     printf (", %s: %s",
>> +             json_quote_str (local, "Date"),
>> +             json_quote_str (local, g_mime_message_get_date_as_string (message)));
>> +
>> +    if (reply) {
>
> Isn't that an "else"?

Indeed. Fixed.

Thread: