From b749bd5390ce8b478de202495574c441dd875edf Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 27 Apr 2010 12:44:45 -0400 Subject: [PATCH] Add notmuch-message.el to emacs/Makefile.local When notmuch-message.el was added to the emacs directory, I neglected to add it to the makefile as one of the emacs_sources. This patch adds it. --- emacs/Makefile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 00d309cf..86f9b07f 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -11,6 +11,7 @@ emacs_sources := \ $(dir)/notmuch-mua.el \ $(dir)/notmuch-address.el \ $(dir)/notmuch-maildir-fcc.el \ + $(dir)/notmuch-message.el \ $(dir)/coolj.el emacs_images := \ -- 2.39.2