summaryrefslogtreecommitdiff
path: root/mail.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2026-06-01 01:56:06 +0800
committerJSDurand <mmemmew@gmail.com>2026-06-01 01:56:06 +0800
commitca037eee2c7cd8bb2b9be9dda1ff481da6cc07ab (patch)
tree3767934fce6944a162a059579c1fa1ac8cbe9c96 /mail.el
parent51c828df5b15663f494f9bd34525235408169c82 (diff)
mail: also update my new email account
* mail.el (durand-mail-update-command): I added a new email account for recording my daily expenses, and the durand-mail-update-command should take that into consideration as well.
Diffstat (limited to 'mail.el')
-rw-r--r--mail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail.el b/mail.el
index 0e2ecdb..2cd7f82 100644
--- a/mail.el
+++ b/mail.el
@@ -283,7 +283,8 @@ PROCESS is finished."
(defvar durand-mail-update-command
(list "mbsync"
"mymail-inbox" "mymail-sent"
- "gmail-inbox" "gmail-sent")
+ "gmail-inbox" "gmail-sent"
+ "myaccount-inbox")
"Command to update mails.")
(defvar durand-mail-update-buffer "*mail*"