Fixed last change.
authorteranisi <teranisi>
Wed, 6 Jun 2001 03:16:23 +0000 (03:16 +0000)
committerteranisi <teranisi>
Wed, 6 Jun 2001 03:16:23 +0000 (03:16 +0000)
elmo/elmo-pop3.el

index ffcf838..47475e5 100644 (file)
        (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
                (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)