On Fri, Mar 9, 2012 at 16:08, Jani Nikula <jani at 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.