From 9421f654ad563d7adc6f239e0a54109f84102215 Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 20 Aug 2003 11:01:42 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-cursor-move-surface): Don't skip `elmo-msgdb-answered-cached-mark' when the folder is unplugged. --- wl/ChangeLog | 3 +++ wl/wl-summary.el | 1 + 2 files changed, 4 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index c65e80d..05c1054 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2003-08-20 Hiroya Murata + * wl-summary.el (wl-summary-cursor-move-surface): Don't skip + `elmo-msgdb-answered-cached-mark' when the folder is unplugged. + * Version number is increased to 2.11.8. * wl-summary.el (wl-summary-buffer-msgdb): Abolish. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index de5e003..c5d14d4 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3862,6 +3862,7 @@ Use function list is `wl-summary-write-current-folder-functions'." (setq skip-pmark-regexp (wl-regexp-opt (list " " elmo-msgdb-unread-cached-mark + elmo-msgdb-answered-cached-mark elmo-msgdb-important-mark)))) (beginning-of-line) (while (and skip -- 1.7.10.4