From 43dc6c2c52c3d9077ee1837d3ed75b5cc2003c61 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 5 Nov 2003 13:26:51 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-new-cached-mark): Changed default value to "?". --- wl/ChangeLog | 5 +++++ wl/wl-vars.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 1.7.10.4