From: yoichi Date: Tue, 21 Dec 2004 15:38:44 +0000 (+0000) Subject: * elmo.el (elmo-folder-update-threshold): Add nil to range. X-Git-Tag: wl-2_14-root~119 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd229587a18e290028184fa3651bb590db18f001;p=elisp%2Fwanderlust.git * elmo.el (elmo-folder-update-threshold): Add nil to range. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index edf93bf..5bdc279 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2004-12-21 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-update-threshold): Add nil to range. + 2004-12-12 Yuuichi Teranishi * elmo-version.el (elmo-version): Up to 2.13.0. diff --git a/elmo/elmo.el b/elmo/elmo.el index 2c92ee7..131e50a 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -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