* elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
authorteranisi <teranisi>
Tue, 27 Feb 2001 07:09:47 +0000 (07:09 +0000)
committerteranisi <teranisi>
Tue, 27 Feb 2001 07:09:47 +0000 (07:09 +0000)
 (Adviced by Akihiro MOTOKI <mokkun@iname.com>)

elmo/ChangeLog
elmo/elmo-pop3.el
elmo/elmo-vars.el

index d3f7a1b..f2640aa 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
+       (Adviced by Akihiro MOTOKI <mokkun@iname.com>)
+
 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
 
        * elmo-util.el (elmo-display-progress): Prefer
index 59201f6..7b11695 100644 (file)
@@ -40,9 +40,6 @@
 (eval-and-compile
   (autoload 'md5 "md5"))
 
-(defvar elmo-pop3-use-uidl t
-  "*If non-nil, use UIDL.")
-
 (defvar elmo-pop3-exists-exactly t)
 (defvar sasl-mechanism-alist)
 
index 04dc565..1667166 100644 (file)
@@ -71,6 +71,8 @@ Any symbol value of `elmo-network-stream-type-alist'.")
 (defvar elmo-pop3-stream-type-alist nil
   "*Stream bindings for POP3.
 This is taken precedence over `elmo-network-stream-type-alist'.")
+(defvar elmo-pop3-use-uidl t
+  "*If non-nil, use UIDL.")
 
 ;; NNTP
 (defvar elmo-default-nntp-server  "localhost"