* wl-vars.el (wl-summary-search-via-nntp): Fix range for custom.
authoryoichi <yoichi>
Tue, 11 Feb 2003 10:27:58 +0000 (10:27 +0000)
committeryoichi <yoichi>
Tue, 11 Feb 2003 10:27:58 +0000 (10:27 +0000)
wl/wl-vars.el

index 5375c7c..1fde6e2 100644 (file)
@@ -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