From 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Sep 2025 11:14:08 +0100 Subject: little linux tweaks --- custom/jao-custom-email.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'custom/jao-custom-email.el') 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)) -- cgit v1.2.3