diff options
-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.") |