From 8bd03dcf67b25cde6af1269aa725b9d2cfcc66fb Mon Sep 17 00:00:00 2001 From: okazaki Date: Sun, 24 Sep 2000 12:44:08 +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 bd2a028..5c80980 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -5637,8 +5637,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