From daa58cbc22a9b49acdee3e6ad262b6bbae409c1d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 23 Aug 2004 10:45:05 +0000 Subject: [PATCH] (pop3-leave-mail-on-server): Remove duplication. --- lisp/pop3.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/pop3.el b/lisp/pop3.el index 4dcfc65..ec3c27b 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -98,9 +98,6 @@ Defaults to 'pass, for the standard USER/PASS authentication. Other valid values are 'apop.") -(defvar pop3-leave-mail-on-server nil - "*Non-nil if the mail is to be left on the POP server after fetching.") - (defvar pop3-timestamp nil "Timestamp returned when initially connected to the POP server. Used for APOP authentication.") -- 1.7.10.4