diff options
author | jao <jao@gnu.org> | 2025-09-18 22:03:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-18 22:03:50 +0100 |
commit | 5f686253a15d910d7c3223cc8662e06d032d3554 (patch) | |
tree | 1a2c730a34903afaadf55c6cc838d7839f51d9ae /custom/jao-custom-email.el | |
parent | 595ac617f49645ebc4d875ce913b61b3e15fb427 (diff) | |
download | elibs-5f686253a15d910d7c3223cc8662e06d032d3554.tar.gz elibs-5f686253a15d910d7c3223cc8662e06d032d3554.tar.bz2 |
mail and indexing tweaksmain
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r-- | custom/jao-custom-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 534b342..b9e4ba9 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -11,7 +11,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")) ;;; gnus (setq gnus-init-file "~/.emacs.d/gnus.el" gnus-home-directory "~/.emacs.d/gnus" |