diff options
author | jao <jao@gnu.org> | 2025-09-17 13:52:04 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-17 18:14:12 +0100 |
commit | 3526fea3c98dfbaf10cdc6bb0d8b41ff947eb392 (patch) | |
tree | 1318e5ea8d374bcdf3880873b1fbf4e043d7aba0 /custom/jao-custom-email.el | |
parent | 02343407cef03a56f36ba838fc275614e43df074 (diff) | |
download | elibs-3526fea3c98dfbaf10cdc6bb0d8b41ff947eb392.tar.gz elibs-3526fea3c98dfbaf10cdc6bb0d8b41ff947eb392.tar.bz2 |
mac: reading email
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r-- | custom/jao-custom-email.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index a3d1a92..aaaf856 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -9,7 +9,7 @@ ;;; personal emails and others (defvar jao-mails) -(defvar jao-extra-mails) +(defvar jao-extra-mails nil) (defvar jao-mails-regexp (regexp-opt jao-mails)) ;;; gnus @@ -21,7 +21,7 @@ message-directory (expand-file-name "Mail" gnus-home-directory) mail-source-directory (expand-file-name "Mail" gnus-home-directory)) ;;; proton -(use-package jao-proton-utils) +(jao-when-linux (use-package jao-proton-utils)) ;;; message mode ;;;; customization @@ -224,7 +224,7 @@ message-sendmail-envelope-from 'header mail-envelope-from 'header)) -(jao-sendmail-local) +(jao-when-linux (jao-sendmail-local)) ;;; bbdb ;; (jao-load-path "bbdb/lisp") |