From 87d9df50e5ea9ee0469601a84733401970fe895d Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 26 Apr 2010 11:48:33 +0100 Subject: [PATCH 1/1] 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. --- emacs/notmuch-mua.el | 1 + 1 file changed, 1 insertion(+) 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) ;; -- 2.43.0