summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-11-11 23:08:04 +0000
committerjao <jao@gnu.org>2023-11-11 23:08:47 +0000
commit95a2ccffe64122ee722754f3d3f829188ec08eb7 (patch)
treef27e6ecb86b76adbf4afbbce80b1457d691f550b /custom/jao-custom-email.el
parent7e3abb0b8b4c267c8f3d225ef08a403e3242d49c (diff)
downloadelibs-95a2ccffe64122ee722754f3d3f829188ec08eb7.tar.gz
elibs-95a2ccffe64122ee722754f3d3f829188ec08eb7.tar.bz2
notmuch tweaks
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el8
1 files changed, 4 insertions, 4 deletions
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)