diff options
author | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-29 11:14:08 +0100 |
commit | 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 (patch) | |
tree | 7df79f63419504b973cc2a99cde2f39af5811838 /custom/jao-custom-email.el | |
parent | b72f03dc0ae6ced222d84e84a5b876ce4ada2404 (diff) | |
download | elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.gz elibs-16aae5a2525a28224d0fbbc536d4bda6d9008fb0.tar.bz2 |
little linux tweaks
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r-- | custom/jao-custom-email.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index b9e4ba9..13deeef 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -2,8 +2,7 @@ ;;; main email system (require 'jao-afio) -(setq jao-afio-mail-function 'gnus) -;; (setq jao-afio-mail-function 'notmuch) +(setq jao-afio-mail-function (jao-d-l 'gnus 'notmuch)) (defvar jao-notmuch-enabled (eq jao-afio-mail-function 'notmuch)) |