From: Jesse Rosenthal Date: Tue, 27 Apr 2010 16:03:10 +0000 (-0400) Subject: emacs: require notmuch-message.el from notmuch.el X-Git-Tag: tmp/test-conversion~12^2^2^2~9 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/a43ceef2058209553063e166e598d7e58c3bb8e5 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). --- 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 ")