From: Lars Magne Ingebrigtsen Date: Sat, 4 Sep 2010 22:03:15 +0000 (+0200) Subject: Don't output messages when saving. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=efe56233fd3a3fbf780ec6d19dfe99d7d0a4cba4 Don't output messages when saving. --- diff --git a/lisp/pop3.el b/lisp/pop3.el index 51c2f1ae9..3d992cc91 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -197,7 +197,7 @@ Use streaming commands." ;; delete it. (when (eolp) (delete-char 1)) - (write-region (point-min) (point-max) file))))) + (write-region (point-min) (point-max) file nil 'nomesg))))) (defun pop3-number-of-responses (endp) (let ((responses 0))