From 4269c31b7df7f29f4ced685b0cd342665cacc866 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 16 Mar 2004 13:54:14 +0000 Subject: [PATCH] add description on the relation between wl-message-ignored-field-list and wl-message-visible-field-list --- wl/wl-vars.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 9dbf42b..96948ac 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1635,14 +1635,16 @@ which are replaced by the given information: (defcustom wl-message-ignored-field-list nil "All fields that match this list will be hidden in message buffer. -Each elements are regexp of field-name." +Each elements are regexp of field-name. +You can specify exceptions by `wl-message-visible-field-list'." :type '(repeat (string :tag "Field Regexp")) :group 'wl-pref :group 'wl-setting) (defcustom wl-message-visible-field-list nil "All fields that match this list will be displayed in message buffer. -Each elements are regexp of field-name." +Each elements are regexp of field-name. +This variable overwhelm `wl-message-ignored-field-list' settings." :type '(repeat (string :tag "Field Regexp")) :group 'wl-pref :group 'wl-setting) -- 1.7.10.4