diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:56:06 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:56:06 +0800 |
| commit | ca037eee2c7cd8bb2b9be9dda1ff481da6cc07ab (patch) | |
| tree | 3767934fce6944a162a059579c1fa1ac8cbe9c96 | |
| parent | 51c828df5b15663f494f9bd34525235408169c82 (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.
| -rw-r--r-- | mail.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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*" |
