emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/pop3.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pop3.el
Date: Wed, 12 Jun 2002 13:32:53 -0400

Index: emacs/lisp/gnus/pop3.el
diff -c emacs/lisp/gnus/pop3.el:1.19 emacs/lisp/gnus/pop3.el:1.20
*** emacs/lisp/gnus/pop3.el:1.19        Fri Apr 12 07:32:23 2002
--- emacs/lisp/gnus/pop3.el     Fri Apr 12 10:30:11 2002
***************
*** 139,145 ****
                                             mailhost)))
        (erase-buffer)
        (setq pop3-read-point (point-min))
!       (setq process (open-network-stream "POP"(current-buffer) mailhost port))
        (let ((response (pop3-read-response process t)))
        (setq pop3-timestamp
              (substring response (or (string-match "<" response) 0)
--- 139,145 ----
                                             mailhost)))
        (erase-buffer)
        (setq pop3-read-point (point-min))
!       (setq process (open-network-stream "POP" (current-buffer) mailhost 
port))
        (let ((response (pop3-read-response process t)))
        (setq pop3-timestamp
              (substring response (or (string-match "<" response) 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]