[PATCH-V2 2/2] emacs: require notmuch-message.el from notmuch.el
Jesse Rosenthal
jrosenthal at jhu.edu
Tue Apr 27 09:03:10 PDT 2010
Add a (require 'notmuch-message) to notmuch.el. This is for functions that
specifically target message mode (and, in the future, notmuch-message
mode).
---
emacs/notmuch.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 488458a..57e1140 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -56,6 +56,7 @@
(require 'notmuch-mua)
(require 'notmuch-hello)
(require 'notmuch-maildir-fcc)
+(require 'notmuch-message)
(defcustom notmuch-search-result-format
`(("date" . "%s ")
--
1.6.3.3
More information about the notmuch
mailing list