summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 46fdd12..928c481 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -3,7 +3,7 @@
;;; main email system
(require 'jao-afio)
(setq jao-afio-mail-function 'gnus)
-(setq jao-afio-mail-function 'notmuch)
+;; (setq jao-afio-mail-function 'notmuch)
(defvar jao-notmuch-enabled (eq jao-afio-mail-function 'notmuch))
@@ -227,8 +227,9 @@
(jao-sendmail-local)
;;; bbdb
-(jao-load-path "bbdb/lisp")
+;; (jao-load-path "bbdb/lisp")
(use-package bbdb
+ :ensure t
:init (setq bbdb-complete-name-allow-cycling t
bbdb-completion-display-record nil
bbdb-gui t
@@ -273,7 +274,7 @@
(bbdb-initialize 'message 'notmuch)
(bbdb-initialize 'message 'pgp 'gnus)))
-(load "bbdb-loaddefs")
+;; (load "bbdb-loaddefs")
;;; narrowing
(defvar jao-mail-consult-buffer-history nil)