From a43ceef2058209553063e166e598d7e58c3bb8e5 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 27 Apr 2010 12:03:10 -0400 Subject: [PATCH] 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). --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) 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 ") -- 2.43.0