summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
Diffstat (limited to 'email.org')
-rw-r--r--email.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/email.org b/email.org
index 43d97ea..c74ee35 100644
--- a/email.org
+++ b/email.org
@@ -246,7 +246,7 @@
(require 'bbdb)
(setq bbdb-file (expand-file-name "~/.emacs.d/bbdb"))
- (bbdb-initialize 'message 'pgp 'mail)
+ (bbdb-initialize 'message 'pgp) ;; 'mail
#+end_src
* mailboxes
#+begin_src emacs-lisp