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.el6
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")