aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorGravatar Jesse Rosenthal <jrosenthal@jhu.edu>2010-04-27 12:03:10 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-27 09:16:44 -0700
commita43ceef2058209553063e166e598d7e58c3bb8e5 (patch)
tree85e100fc73bf7cf40f49bef16abaf1b60ca83ce0 /emacs/notmuch.el
parent0adcabc7cf3451eb933b47726a74ea7bbf0c9ff3 (diff)
emacs: require notmuch-message.el from notmuch.el
Add a (require 'notmuch-message) to notmuch.el. This is for functions that specifically target message mode (and, in the future, notmuch-message mode).
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 488458af..57e11400 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 ")