From: yoichi Date: Tue, 16 Mar 2004 13:54:14 +0000 (+0000) Subject: add description on the relation between wl-message-ignored-field-list and X-Git-Tag: wl-2_11_25~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4269c31b7df7f29f4ced685b0cd342665cacc866;p=elisp%2Fwanderlust.git add description on the relation between wl-message-ignored-field-list and wl-message-visible-field-list --- 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)