projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75b9b02
)
emacs: Automatically load "notmuch-address"
author
David Edmondson
<dme@dme.org>
Mon, 26 Apr 2010 10:48:33 +0000
(11:48 +0100)
committer
Carl Worth
<cworth@cworth.org>
Mon, 26 Apr 2010 15:10:47 +0000
(08:10 -0700)
"notmuch-address.el" tries to be careful to insinuate itself into
message mode only if it will do something useful, so it's safe to load
it all of the time.
emacs/notmuch-mua.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-mua.el
b/emacs/notmuch-mua.el
index fcdd2d14784727af51a8d16fc3b44eee5a4bb5c3..004b50a367170bfd171fb240603c7c4f07722f62 100644
(file)
--- a/
emacs/notmuch-mua.el
+++ b/
emacs/notmuch-mua.el
@@
-23,6
+23,7
@@
(require 'message)
(require 'notmuch-lib)
+(require 'notmuch-address)
;;