Andy Piper <andy(a)xemacs.org> wrote:
> At 01:03 PM 3/30/99 -0500, Dmitry Yaitskov wrote:
> >Here's my patch with the changed comment:
>
> I have applied this, thanks.
>
> andy
>
There was another problem with the "XEmacs" version of pop3.el, it did
not return t on exit, as a result of which gnus thought that it did
not retrieve anything even if it did. The following patch fixes that
(copied from the "original" pop3.el). Please apply this too.
----------------------------cut here------------------------------
*** pop3.prev.el Tue Mar 30 12:46:08 1999
--- pop3.el Sat Apr 17 12:43:31 1999
***************
*** 219,225 ****
(pop3-quit process)
(kill-buffer crashbuf)
! ))
(defun pop3-open-server (mailhost port)
"Open TCP connection to MAILHOST.
--- 219,226 ----
(pop3-quit process)
(kill-buffer crashbuf)
! )
! t)
(defun pop3-open-server (mailhost port)
"Open TCP connection to MAILHOST.
----------------------------cut here------------------------------
Thanks.
--
Cheers,
-Dima.