[PATCH 2/6] Integrate notmuch-maildir-fcc into notmuch
Sebastian Spaeth
Sebastian at SSpaeth.de
Thu Apr 22 02:07:27 PDT 2010
Require notmuch-maildir-fcc and also install it.
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
---
emacs/Makefile.local | 3 ++-
emacs/notmuch-maildir-fcc.el | 4 +++-
emacs/notmuch.el | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index f759c0d..c80e0e3 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -6,7 +6,8 @@ emacs_sources := \
$(dir)/notmuch.el \
$(dir)/notmuch-query.el \
$(dir)/notmuch-show.el \
- $(dir)/notmuch-wash.el
+ $(dir)/notmuch-wash.el \
+ $(dir)/notmuch-maildir-fcc.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el
index e7fddf1..f18ccc8 100644
--- a/emacs/notmuch-maildir-fcc.el
+++ b/emacs/notmuch-maildir-fcc.el
@@ -112,4 +112,6 @@ return t if successful, and nil otherwise."
(file-already-exists
(throw 'link-error nil))))))
(delete-file (concat destdir "/tmp/" msg-id))))
- t)))
\ No newline at end of file
+ t)))
+
+(provide 'notmuch-maildir-fcc)
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 57b7fcf..02760b4 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -53,6 +53,7 @@
(require 'notmuch-lib)
(require 'notmuch-show)
+(require 'notmuch-maildir-fcc)
(defcustom notmuch-search-authors-width 20
"Number of columns to use to display authors in a notmuch-search buffer."
--
1.7.0.4
More information about the notmuch
mailing list