From dc1d9117d4d8224a1f499368ece3aaea682ce013 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 17 Jan 2023 01:28:53 +0000 Subject: email: default to gnus and stock bbdb --- custom/jao-custom-email.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'custom/jao-custom-email.el') 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) -- cgit v1.2.3