From bae184f5fc4b824b7557551b0e1bc6a81c014a25 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 22 Apr 2010 10:03:43 +0100 Subject: emacs: Add notmuch-address.el for address completion using notmuch A tool `notmuch-addresses' is required to produce addresses which match a query string. An example of a suitable script can be found in the git repository at http://jkr.acm.jhu.edu/git/notmuch_addresses.git There are no doubt others. --- 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 e5013b36..7537c3d5 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -8,7 +8,8 @@ emacs_sources := \ $(dir)/notmuch-show.el \ $(dir)/notmuch-wash.el \ $(dir)/notmuch-hello.el \ - $(dir)/notmuch-mua.el + $(dir)/notmuch-mua.el \ + $(dir)/notmuch-address.el emacs_images := \ $(dir)/notmuch-logo.png -- cgit v1.2.3