From: Keith Packard Date: Fri, 6 Nov 2009 18:00:38 +0000 (-0800) Subject: notmuch reply: Add (incomplete) reply command X-Git-Tag: 0.1~542 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=357aba3ec8177c11a7ce22cbe26d92482f6a5e53;hp=357aba3ec8177c11a7ce22cbe26d92482f6a5e53 notmuch reply: Add (incomplete) reply command Reviewed-by: Carl Worth Keith wrote all the code here against notmuch before notmuch.c was split up into multiple files. So I've pushed the code around in various ways to match the new code structure, but have generally tried to avoid making any changes to the behavior of the code. I did fix one bug---a missing call to g_mime_stream_file_set_owner in show_part which would cause "notmuch show" to go off into the weeds when trying to show multiple messages, (since the first stream would fclose stdout). ---