diff options
| -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*" |
