* wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
authoryoichi <yoichi>
Sun, 18 Apr 2004 03:44:17 +0000 (03:44 +0000)
committeryoichi <yoichi>
Sun, 18 Apr 2004 03:44:17 +0000 (03:44 +0000)
wl/ChangeLog
wl/wl-vars.el

index 1ba2d88..2870e2d 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
+
 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
index 5d72a65..8d19ee7 100644 (file)
@@ -1278,7 +1278,10 @@ See also variable `wl-draft-parent-folder'."
   :group 'wl-draft)
 
 (defcustom wl-template-alist nil
-  "Alist of template."
+  "Alist of template.
+First element of each list is a string specifies the name of the template.
+Remaining elements indicate actions. The format of actions is same as that
+of `wl-draft-config-alist'."
   :type '(repeat (list (string :tag "Name")
                       (repeat
                        :inline t
@@ -1404,7 +1407,8 @@ You can also set it to a list of setting.
 
 (defcustom wl-draft-sendlog-max-size 20000
   "*Max file size of sendlog."
-  :type 'integer
+  :type '(choice (const :tag "Unlimited" nil)
+                integer)
   :group 'wl-draft)
 
 (defcustom wl-summary-default-number-column 5