]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch reply: Add (incomplete) reply command
authorKeith Packard <keithp@keithp.com>
Fri, 6 Nov 2009 18:00:38 +0000 (10:00 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 10 Nov 2009 21:32:02 +0000 (13:32 -0800)
commit357aba3ec8177c11a7ce22cbe26d92482f6a5e53
tree33f04c027b4de0b525a695878540bfc14e5da563
parent50144f95cababfb73027ca95ad1fb303c235a893
notmuch reply: Add (incomplete) reply command

Reviewed-by: Carl Worth <cworth@cworth.org>
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).
Makefile.local
gmime-filter-reply.c [new file with mode: 0644]
gmime-filter-reply.h [new file with mode: 0644]
notmuch-client.h
notmuch-reply.c [new file with mode: 0644]
notmuch-show.c
notmuch.1
notmuch.c
show-message.c [new file with mode: 0644]