]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Automatically load "notmuch-address"
authorDavid Edmondson <dme@dme.org>
Mon, 26 Apr 2010 10:48:33 +0000 (11:48 +0100)
committerCarl 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

index fcdd2d14784727af51a8d16fc3b44eee5a4bb5c3..004b50a367170bfd171fb240603c7c4f07722f62 100644 (file)
@@ -23,6 +23,7 @@
 (require 'message)
 
 (require 'notmuch-lib)
+(require 'notmuch-address)
 
 ;;