summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*"