mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 11:58:10 +01:00
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).
This commit is contained in:
parent
0adcabc7cf
commit
a43ceef205
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
(require 'notmuch-mua)
|
(require 'notmuch-mua)
|
||||||
(require 'notmuch-hello)
|
(require 'notmuch-hello)
|
||||||
(require 'notmuch-maildir-fcc)
|
(require 'notmuch-maildir-fcc)
|
||||||
|
(require 'notmuch-message)
|
||||||
|
|
||||||
(defcustom notmuch-search-result-format
|
(defcustom notmuch-search-result-format
|
||||||
`(("date" . "%s ")
|
`(("date" . "%s ")
|
||||||
|
|
Loading…
Reference in a new issue