summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
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)