summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-email.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 6dc146f..a3d1a92 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))
@@ -20,11 +20,6 @@
gnus-kill-files-directory (expand-file-name "News" gnus-home-directory)
message-directory (expand-file-name "Mail" gnus-home-directory)
mail-source-directory (expand-file-name "Mail" gnus-home-directory))
-
-(let ((org-file (expand-file-name "gnus.org" jao-emacs-dir)))
- (when (file-newer-than-file-p org-file gnus-init-file)
- (org-babel-tangle-file org-file)))
-
;;; proton
(use-package jao-proton-utils)