Hi Debian release team,
I've uploaded wl_2.14.0-4 with the following patch to fix an
important bug #405284 which causes an IMAP error on some
environments. Please hint wl_2.14.0-4 for Etch.
----
--- wl-2.14.0-3/debian/changelog
+++ wl-2.14.0/debian/changelog
@@ -1,3 +1,10 @@
+wl (2.14.0-4) unstable; urgency=medium
+
+ * elmo/elmo-imap4.el: Fix "IMAP error: No `OK' response from server",
+ patch from upstream CVS version. (closes: #405284)
+
+ -- Tatsuya Kinoshita <tats@debian.org> Tue, 2 Jan 2007 21:08:54 +0900
+
wl (2.14.0-3) unstable; urgency=low
--- wl-2.14.0-3/elmo/elmo-imap4.el
+++ wl-2.14.0/elmo/elmo-imap4.el
@@ -966,8 +966,8 @@
;; Skip garbage output from process before greeting.
(while (and (memq (process-status process) '(open run))
(goto-char (point-max))
- (forward-line -1)
- (not (elmo-imap4-parse-greeting)))
+ (or (/= (forward-line -1) 0)
+ (not (elmo-imap4-parse-greeting))))
(accept-process-output process 1))
(erase-buffer)
(set-process-filter process 'elmo-imap4-arrival-filter)
----
Thanks,
--
Tatsuya Kinoshita
Attachment:
pgpQ0EiETYXlS.pgp
Description: PGP signature