From: yamaoka Date: Tue, 5 Sep 2000 06:12:30 +0000 (+0000) Subject: Sync with `t-gnus-6_14'. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~113 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ad7392e94969bb605c391bf5537346b7c97546;p=elisp%2Fgnus.git- Sync with `t-gnus-6_14'. --- diff --git a/ChangeLog b/ChangeLog index 37c7339..9e7e041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2000-09-05 Daiki Ueno - * lisp/pop3.el (pop3-save-uidls): Clear `pop3-uidl-obarray'. + * lisp/pop3.el (pop3-quit): Don't clear `pop3-uidl-obarray'. + (pop3-save-uidls): Clear `pop3-uidl-obarray' here. 2000-09-04 Daiki Ueno diff --git a/lisp/pop3.el b/lisp/pop3.el index 4f2d2d9..ae48589 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -545,14 +545,7 @@ and close the connection." (save-excursion (set-buffer (process-buffer process)) (goto-char (point-max)) - (delete-process process) - )) - (when pop3-leave-mail-on-server - (mapatoms - (lambda (atom) - (when (car (symbol-value atom)) - (unintern atom pop3-uidl-obarray))) - pop3-uidl-obarray))) + (delete-process process)))) (defun pop3-uidl (process &optional msgno) "Return the results of a UIDL command in PROCESS for optional MSGNO.