2000-11-22 dme@dme.org
authorSimon Josefsson <jas@extundo.com>
Wed, 22 Nov 2000 10:20:35 +0000 (10:20 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 22 Nov 2000 10:20:35 +0000 (10:20 +0000)
* imap.el (imap-wait-for-tag): Message read info.

lisp/ChangeLog
lisp/imap.el

index b5eae59..0e1c675 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 57dcfc4..828301f 100644 (file)
@@ -1595,7 +1595,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