[PATCH-V2 2/2] emacs: require notmuch-message.el from notmuch.el

Subject: [PATCH-V2 2/2] emacs: require notmuch-message.el from notmuch.el

Date: Tue, 27 Apr 2010 12:03:10 -0400

To: Carl Worth, Notmuch developer list

Cc:

From: Jesse Rosenthal


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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 488458a..57e1140 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 ")
-- 
1.6.3.3


Thread: