From 88e78ce1abc186426fce1f7ab9013c96500c4757 Mon Sep 17 00:00:00 2001 From: hmurata Date: Mon, 7 Jun 2004 18:00:01 +0000 Subject: [PATCH] (wl-summary-target-mark-all): Don't set wl-summary-buffer-target-mark-list by elmo-folder-list-messages. --- wl/ChangeLog | 5 +++++ wl/wl-action.el | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index f0820dc..ec04efb 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-06-07 Hiroya Murata + + * wl-action.el (wl-summary-target-mark-all): Don't set + wl-summary-buffer-target-mark-list by elmo-folder-list-messages. + 2004-06-06 Yoichi NAKAYAMA * wl-vars.el (wl-reply-subject-prefix): The value can be function. diff --git a/wl/wl-action.el b/wl/wl-action.el index 3faaa00..a4b2246 100644 --- a/wl/wl-action.el +++ b/wl/wl-action.el @@ -931,10 +931,7 @@ If optional argument NUMBER is specified, unmark message specified by NUMBER." (defun wl-summary-target-mark-all () (interactive) - (wl-summary-target-mark-region (point-min) (point-max)) - (setq wl-summary-buffer-target-mark-list - (elmo-folder-list-messages wl-summary-buffer-elmo-folder - t 'in-msgdb))) + (wl-summary-target-mark-region (point-min) (point-max))) (defun wl-summary-delete-all-mark (mark) (goto-char (point-min)) -- 1.7.10.4