From 95a2ccffe64122ee722754f3d3f829188ec08eb7 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 11 Nov 2023 23:08:04 +0000 Subject: notmuch tweaks --- custom/jao-custom-email.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'custom/jao-custom-email.el') diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 373d895..6dc146f 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -2,8 +2,8 @@ ;;; main email system (require 'jao-afio) -(setq jao-afio-mail-function 'gnus) -;; (setq jao-afio-mail-function 'notmuch) +;; (setq jao-afio-mail-function 'gnus) +(setq jao-afio-mail-function 'notmuch) (defvar jao-notmuch-enabled (eq jao-afio-mail-function 'notmuch)) @@ -78,8 +78,8 @@ jao-message--bcc-alist)) (insert "Bcc: " b "\n"))))) -(when jao-notmuch-enabled - (add-hook 'message-header-setup-hook #'jao-message-insert-bcc)) +;; (when jao-notmuch-enabled +;; (add-hook 'message-header-setup-hook #'jao-message-insert-bcc)) ;;;; to->from (defvar jao-message-to-from nil) -- cgit v1.2.3