+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.
(< 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