(wl-summary-persistent-mark-priority-list): Changed
authorhmurata <hmurata>
Sat, 13 Mar 2004 01:45:12 +0000 (01:45 +0000)
committerhmurata <hmurata>
Sat, 13 Mar 2004 01:45:12 +0000 (01:45 +0000)
order of flag and new.

wl/ChangeLog
wl/wl-vars.el

index 09469be..3f5473b 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
+       order of flag and new.
+
 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-refile-policy-alist): Abolished.
index 8377e02..9dbf42b 100644 (file)
@@ -971,8 +971,8 @@ cdr of each cons cell is used for draft message."
   :type 'boolean
   :group 'wl-folder)
 
-(defcustom wl-summary-persistent-mark-priority-list '(new
-                                                     flag
+(defcustom wl-summary-persistent-mark-priority-list '(flag
+                                                     new
                                                      answered
                                                      unread)
   "List of flags reflected with the priority to persistent marks and faces."