summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
Diffstat (limited to 'email.org')
-rw-r--r--email.org4
1 files changed, 3 insertions, 1 deletions
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