summaryrefslogtreecommitdiff
path: root/mail.el
diff options
context:
space:
mode:
Diffstat (limited to 'mail.el')
-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.")