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: 0.4~161 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=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 ")