aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Keith Packard <keithp@keithp.com>2009-11-06 10:00:38 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-10 13:32:02 -0800
commit357aba3ec8177c11a7ce22cbe26d92482f6a5e53 (patch)
tree33f04c027b4de0b525a695878540bfc14e5da563 /Makefile.local
parent50144f95cababfb73027ca95ad1fb303c235a893 (diff)
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).
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index ef437757..7c90d833 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -4,6 +4,7 @@ notmuch_client_srcs = \
notmuch.c \
notmuch-dump.c \
notmuch-new.c \
+ notmuch-reply.c \
notmuch-restore.c \
notmuch-search.c \
notmuch-setup.c \
@@ -11,7 +12,9 @@ notmuch_client_srcs = \
notmuch-tag.c \
notmuch-time.c \
add-files.c \
- query-string.c
+ gmime-filter-reply.c \
+ query-string.c \
+ show-message.c
notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
notmuch: $(notmuch_client_modules) lib/notmuch.a