summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2024-06-05 17:06:54 +0800
committerJSDurand <mmemmew@gmail.com>2024-06-05 17:06:54 +0800
commitffc1490530460759689b0355679743544d338a9e (patch)
tree5e58d7310c1cb11ca42efdc4dccf4b52700d9a26
parentb4865c0a2a9dae628e7da36066def7fb96531dc9 (diff)
mail: Modify update-message.
* mail.el (durand-mail-update): Tell the user that the update messages come from fetching mails.
-rw-r--r--mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail.el b/mail.el
index 93290c5..008df28 100644
--- a/mail.el
+++ b/mail.el
@@ -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.")