From: yoichi Date: Tue, 11 Feb 2003 10:27:58 +0000 (+0000) Subject: * wl-vars.el (wl-summary-search-via-nntp): Fix range for custom. X-Git-Tag: wl-2_11_3~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8b323a18b3abdc0f119911fa920d9d7acb0eb0;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-search-via-nntp): Fix range for custom. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 5375c7c..1fde6e2 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2110,8 +2110,11 @@ or 'skip-no-unread." :group 'wl-summary) (defcustom wl-summary-search-via-nntp 'confirm - "*Non-nil, search message via nntp after `wl-summary-jump-to-msg-by-message-id'. If the value is 'confirm, confirm before search." - :type 'boolean + "*Non-nil, search message via nntp after `wl-summary-jump-to-msg-by-message-id'. +If the value is 'confirm, confirm before search." + :type '(choice (const confirm) + (const :tag "always" t) + (const :tag "never" nil)) :group 'wl-summary) (defcustom wl-summary-keep-cursor-command