From 4db2fa9cf10b945445d6d78fb3a6fa2d7af0835a Mon Sep 17 00:00:00 2001 From: okazaki Date: Sun, 24 Sep 2000 12:24:09 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete' instead of `elmo-delete-lists'. --- wl/wl-summary.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 1e83c75..6035fb0 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -5808,8 +5808,8 @@ Reply to author if invoked with argument." (ng-list (wl-summary-get-newsgroups)) ;; for multi folder crosspost-folders) (when (setq crosspost-folders - (elmo-delete-lists ng-list - (wl-parse-newsgroups newsgroups t))) + (elmo-list-delete ng-list + (wl-parse-newsgroups newsgroups t))) (elmo-crosspost-message-set (cdr (assq number num-db)) ;;message-id crosspost-folders type) ;;not used -- 1.7.10.4