* wl-vars.el (wl-summary-new-cached-mark): Changed default value to "?".
authorteranisi <teranisi>
Wed, 5 Nov 2003 13:26:51 +0000 (13:26 +0000)
committerteranisi <teranisi>
Wed, 5 Nov 2003 13:26:51 +0000 (13:26 +0000)
wl/ChangeLog
wl/wl-vars.el

index c4e936d..dbe1a3f 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
+       "?".
+
 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
index c30a753..e69879c 100644 (file)
@@ -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)