From: okazaki Date: Sat, 3 Jun 2000 13:39:35 +0000 (+0000) Subject: * wl-vars.el (wl-smtp-posting-server): Customization Type fix. X-Git-Tag: wl-2_4-root~164 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d148be3f445b03a771ee9976a6cb1552d391c6e7;p=elisp%2Fwanderlust.git * wl-vars.el (wl-smtp-posting-server): Customization Type fix. (wl-summary-showto-folder-regexp): Ditto. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index a175db9..f62c684 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -269,7 +269,8 @@ If nil, default smtp connection type is used." (defcustom wl-smtp-posting-server nil "*SMTP server name to send mail (wl-draft-send-mail-with-smtp)." - :type 'string + :type '(choice (const :tag "none" nil) + string) :group 'wl) (defcustom wl-smtp-posting-port nil @@ -1479,8 +1480,9 @@ already existing summary." (defcustom wl-summary-showto-folder-regexp nil "Regexp specifying the folder that shows the To (or Newsgroups) field as - Sender information in summary mode." - :type 'regexp +Sender information in summary mode." + :type '(choice (const :tag "none" nil) + regexp) :group 'wl-summary) (defcustom wl-folder-removed-mark "#"