diff options
author | jao <jao@gnu.org> | 2023-01-17 01:28:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-01-17 01:28:53 +0000 |
commit | dc1d9117d4d8224a1f499368ece3aaea682ce013 (patch) | |
tree | 92f1930d0c901a7cde143e87cfd9e8d69e2414e1 /custom | |
parent | c1027bad124c488a84d5e48ca2786ff9b354550e (diff) | |
download | elibs-dc1d9117d4d8224a1f499368ece3aaea682ce013.tar.gz elibs-dc1d9117d4d8224a1f499368ece3aaea682ce013.tar.bz2 |
email: default to gnus and stock bbdb
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-email.el | 7 |
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) |