* elmo.el (elmo-folder-update-threshold): Add nil to range.
authoryoichi <yoichi>
Tue, 21 Dec 2004 15:38:44 +0000 (15:38 +0000)
committeryoichi <yoichi>
Tue, 21 Dec 2004 15:38:44 +0000 (15:38 +0000)
elmo/ChangeLog
elmo/elmo.el

index edf93bf..5bdc279 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo.el (elmo-folder-update-threshold): Add nil to range.
+
 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-version.el (elmo-version): Up to 2.13.0.
index 2c92ee7..131e50a 100644 (file)
@@ -59,7 +59,8 @@ Otherwise, entire fetching of the message is aborted without confirmation."
 
 (defcustom elmo-folder-update-threshold 500
   "Update threshold."
-  :type 'integer
+  :type '(choice (integer :tag "Number of messages")
+                (const :tag "No limitation" nil))
   :group 'elmo)
 
 (defcustom elmo-folder-update-confirm t