From: David Edmondson Date: Mon, 26 Apr 2010 10:48:33 +0000 (+0100) Subject: emacs: Automatically load "notmuch-address" X-Git-Tag: 0.3~59 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=87d9df50e5ea9ee0469601a84733401970fe895d emacs: Automatically load "notmuch-address" "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. --- diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index fcdd2d14..004b50a3 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -23,6 +23,7 @@ (require 'message) (require 'notmuch-lib) +(require 'notmuch-address) ;;