From: yoichi Date: Sun, 18 Apr 2004 03:44:17 +0000 (+0000) Subject: * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range. X-Git-Tag: wl-2_11_26~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=40ada79e654909e3b4061f1b7c59c447d00dd1d9;p=elisp%2Fwanderlust.git * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 1ba2d88..2870e2d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-04-18 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range. + 2004-04-17 Yoichi NAKAYAMA * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 5d72a65..8d19ee7 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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