Synch with Gnus.
authoryamaoka <yamaoka>
Wed, 22 Nov 2000 13:27:16 +0000 (13:27 +0000)
committeryamaoka <yamaoka>
Wed, 22 Nov 2000 13:27:16 +0000 (13:27 +0000)
lisp/ChangeLog
lisp/imap.el

index 72d6610..0f178bc 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-22  dme@dme.org
+
+       * imap.el (imap-wait-for-tag): Message read info.
+
 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
index 6a5d2f5..03a33d0 100644 (file)
@@ -1582,7 +1582,12 @@ on failure."
                (< imap-reached-tag tag))
       (or (and (not (memq (process-status imap-process) '(open run)))
               (sit-for 1))
-         (accept-process-output imap-process 1)))
+         (let ((len (/ (point-max) 1024))
+               message-log-max)
+           (unless (< len 10)
+             (message "imap read: %dk" len))
+           (accept-process-output imap-process 1))))
+    (message "")
     (or (assq tag imap-failed-tags)
        (if imap-continuation
            'INCOMPLETE