From: teranisi Date: Wed, 5 Nov 2003 13:26:51 +0000 (+0000) Subject: * wl-vars.el (wl-summary-new-cached-mark): Changed default value to "?". X-Git-Tag: wl-2_11_21~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=43dc6c2c52c3d9077ee1837d3ed75b5cc2003c61;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-new-cached-mark): Changed default value to "?". --- diff --git a/wl/ChangeLog b/wl/ChangeLog index c4e936d..dbe1a3f 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2003-11-05 Yuuichi Teranishi + + * wl-vars.el (wl-summary-new-cached-mark): Changed default value to + "?". + 2003-11-05 Hiroya Murata * wl-vars.el (wl-summary-new-uncached-mark): Renamed from diff --git a/wl/wl-vars.el b/wl/wl-vars.el index c30a753..e69879c 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -970,7 +970,7 @@ cdr of each cons cell is used for draft message." :type '(string :tag "Mark") :group 'wl-summary-marks) -(defcustom wl-summary-new-cached-mark "n" +(defcustom wl-summary-new-cached-mark "?" "Mark for new but already cached message." :type '(string :tag "Mark") :group 'wl-summary-marks)