From 7be8765df1efdb3276915cedafd82bb059bd4de4 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 6 May 2022 00:42:45 +0100 Subject: email nits --- email.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'email.org') diff --git a/email.org b/email.org index 9674df8..7004730 100644 --- a/email.org +++ b/email.org @@ -315,7 +315,9 @@ (add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries) (setq bbdb-file (expand-file-name "~/.emacs.d/bbdb")) - (bbdb-initialize 'message 'pgp 'gnus 'mail)) + (if jao-notmuch-enabled + (bbdb-initialize 'message 'pgp) + (bbdb-initialize 'message 'pgp 'gnus))) #+end_src * mailboxes #+begin_src emacs-lisp -- cgit v1.2.3