aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-03-22 16:49:16 +0000
committerGravatar Carl Worth <cworth@cworth.org>2010-04-21 12:55:46 -0700
commit3b3da097d88795fe9a6fca419f32fd59aa2da418 (patch)
tree592239dfece2614dd2d5ac491c15b3dc38d561c8 /emacs/Makefile.local
parentaab9fa307bd9a6e1da4653c217f2719ff0681c4e (diff)
emacs: Move body markup to a separate file
Move the citation and signature markup for text/plain parts to a new file (notmuch-wash.el) and call it using a hook mechanism rather than directly.
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index e34da0be..f759c0dc 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -5,7 +5,8 @@ emacs_sources := \
$(dir)/notmuch-lib.el \
$(dir)/notmuch.el \
$(dir)/notmuch-query.el \
- $(dir)/notmuch-show.el
+ $(dir)/notmuch-show.el \
+ $(dir)/notmuch-wash.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))