From: teranisi Date: Wed, 6 Jun 2001 03:16:23 +0000 (+0000) Subject: Fixed last change. X-Git-Tag: wl-2_6-root~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8d70b6d4418a065ee562424d84a993826a70e833;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/elmo/elmo-pop3.el b/elmo/elmo-pop3.el index ffcf838..47475e5 100644 --- a/elmo/elmo-pop3.el +++ b/elmo/elmo-pop3.el @@ -713,6 +713,7 @@ (elmo-pop3-send-command process (format "retr %s" number)) (setq elmo-pop3-total-size size) + (message "Retrieving...") (unwind-protect (progn (when (null (setq response (elmo-pop3-read-response @@ -720,6 +721,7 @@ (error "Fetching message failed")) (setq response (elmo-pop3-read-body process outbuf))) (setq elmo-pop3-total-size nil)) + (message "Retrieving...done.") (set-buffer outbuf) (goto-char (point-min)) (while (re-search-forward "^\\." nil t)