diff options
author | JSDurand <mmemmew@gmail.com> | 2024-06-05 17:06:54 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-06-05 17:06:54 +0800 |
commit | ffc1490530460759689b0355679743544d338a9e (patch) | |
tree | 5e58d7310c1cb11ca42efdc4dccf4b52700d9a26 /mail.el | |
parent | b4865c0a2a9dae628e7da36066def7fb96531dc9 (diff) |
mail: Modify update-message.
* mail.el (durand-mail-update): Tell the user that the update messages
come from fetching mails.
Diffstat (limited to 'mail.el')
-rw-r--r-- | mail.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ If FOREGROUND-P is `0', do not fetch mails, but just run (buffer-disable-undo buffer) buffer))))) ((not (or process-found internet-on)) - (message "There is no internet connection."))))) + (message "MAIL: There is no internet connection."))))) (defvar durand-mail-update-timer nil "A timer to automatically update mail in the background.") |