(elmo-pop3-read-msg): Ditto.
(elmo-pop3-locked-p): Call elmo-pop3-debug.
(elmo-pop3-read-body): Call elmo-pop3-unlock.
+ (elmo-network-initialize-session): Call elmo-pop3-lock.
2001-06-13 Yuuichi Teranishi <teranisi@gohome.org>
(let ((process (elmo-network-session-process-internal session))
response mechanism)
(with-current-buffer (process-buffer process)
+ (elmo-pop3-lock)
(set-process-filter process 'elmo-pop3-process-filter)
(setq elmo-pop3-read-point (point-min))
;; Skip garbage output from process before greeting.