From ffc1490530460759689b0355679743544d338a9e Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 5 Jun 2024 17:06:54 +0800 Subject: mail: Modify update-message. * mail.el (durand-mail-update): Tell the user that the update messages come from fetching mails. --- mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.3-18-g5258