Checkdoc.
[elisp/wanderlust.git] / elmo / elmo-pop3.el
index 70e9e66..1a82f44 100644 (file)
        ;; UIDL
        (elmo-pop3-send-command process "uidl")
        (unless (elmo-pop3-read-response process)
-         (error "UIDL failed."))
+         (error "UIDL failed"))
        (unless (setq response (elmo-pop3-read-contents
                                (current-buffer) process))
-         (error "UIDL failed."))
+         (error "UIDL failed"))
        (elmo-pop3-parse-uidl-response response)))))
 
 (defun elmo-pop3-read-contents (buffer process)
        (elmo-pop3-send-command process (format
                                         "top %s 0" (car articles))
                                'no-erase)
-       ;; (accept-process-output process 1)
+;;;    (accept-process-output process 1)
        (setq articles (cdr articles))
        (setq count (1+ count))
        ;; Every 200 requests we have to read the stream in
                   'elmo-pop3-retrieve-headers "Getting headers..."
                   (/ (* received 100) number))))
            (accept-process-output process 1)
-           ;(accept-process-output process)
+;;;        (accept-process-output process)
            (discard-input))))
       ;; Remove all "\r"'s.
       (goto-char (point-min))