From 5a8b323a18b3abdc0f119911fa920d9d7acb0eb0 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 11 Feb 2003 10:27:58 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-search-via-nntp): Fix range for custom. --- wl/wl-vars.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.7.10.4