From ca037eee2c7cd8bb2b9be9dda1ff481da6cc07ab Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 1 Jun 2026 01:56:06 +0800 Subject: 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. --- mail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail.el') 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*" -- cgit v1.2.3-18-g5258