From 3b3da097d88795fe9a6fca419f32fd59aa2da418 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 22 Mar 2010 16:49:16 +0000 Subject: 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. --- emacs/Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/Makefile.local') 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)) -- cgit v1.2.3