From: hmurata Date: Mon, 7 Jun 2004 18:00:01 +0000 (+0000) Subject: (wl-summary-target-mark-all): Don't set X-Git-Tag: wl-2_11_30~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=88e78ce1abc186426fce1f7ab9013c96500c4757;p=elisp%2Fwanderlust.git (wl-summary-target-mark-all): Don't set wl-summary-buffer-target-mark-list by elmo-folder-list-messages. --- 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))