diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-email.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 8465790..f35925b 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -264,6 +264,9 @@ (if jao-notmuch-enabled (bbdb-initialize 'message 'notmuch) (bbdb-initialize 'message 'pgp 'gnus))) + +(load "bbdb-loaddefs") + ;;; narrowing (defvar jao-mail-consult-buffer-history nil) |