summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-01 15:13:11 +0000
committerjao <jao@gnu.org>2025-11-01 15:13:11 +0000
commit4dbb45a9719394c9f17dbc1c2758bfd3459835b9 (patch)
tree2afd7c635f11ceb48637acc9205923a455434a92 /custom/jao-custom-email.el
parentcb0df2b7d23a5848a0130a3a0232509015986450 (diff)
downloadelibs-4dbb45a9719394c9f17dbc1c2758bfd3459835b9.tar.gz
elibs-4dbb45a9719394c9f17dbc1c2758bfd3459835b9.tar.bz2
notmuch activation in mac
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 2e886ff..aba3e21 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -2,7 +2,7 @@
;;; main email system
(require 'jao-afio)
-(setq jao-afio-mail-function (jao-d-l 'gnus 'notmuch))
+(setq jao-afio-mail-function (jao-d-l 'notmuch 'notmuch))
(defvar jao-notmuch-enabled (eq jao-afio-mail-function 'notmuch))
@@ -10,7 +10,7 @@
(defvar jao-mails)
(defvar jao-extra-mails nil)
(defvar jao-mails-regexp (regexp-opt jao-mails))
-(defvar jao-maildir (jao-d-l "~/Documents/mail" "~/var/mail"))
+(defvar jao-maildir (jao-d-l "~/Mail" "~/var/mail"))
;;; gnus
(setq gnus-init-file "~/.emacs.d/gnus.el"
gnus-home-directory "~/.emacs.d/gnus"