]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: require notmuch-message.el from notmuch.el
authorJesse Rosenthal <jrosenthal@jhu.edu>
Tue, 27 Apr 2010 16:03:10 +0000 (12:03 -0400)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 16:16:44 +0000 (09:16 -0700)
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

index 488458af98bf516cd55a712ca45567caa49a11e7..57e11400a526cf4b81433430d1ce0f65245f989d 100644 (file)
@@ -56,6 +56,7 @@
 (require 'notmuch-mua)
 (require 'notmuch-hello)
 (require 'notmuch-maildir-fcc)
+(require 'notmuch-message)
 
 (defcustom notmuch-search-result-format
   `(("date" . "%s ")