From: hmurata Date: Sat, 13 Mar 2004 01:45:12 +0000 (+0000) Subject: (wl-summary-persistent-mark-priority-list): Changed X-Git-Tag: wl-2_11_25~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d4d854474705f2bc8543503bab8b3a22a13fbe7c;p=elisp%2Fwanderlust.git (wl-summary-persistent-mark-priority-list): Changed order of flag and new. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 09469be..3f5473b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-03-13 Hiroya Murata + + * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed + order of flag and new. + 2004-02-21 Hiroya Murata * wl-vars.el (wl-refile-policy-alist): Abolished. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 8377e02..9dbf42b 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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."