From b790086f20d9f5ad5fba71b91bdb1ece05d7b689 Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 1 Jan 2010 11:31:09 +0000 Subject: [PATCH] * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'. --- wl/ChangeLog | 1 + wl/wl-draft.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index db33950..08b4eab 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -21,6 +21,7 @@ * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'. + * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'. 2009-12-16 Lloyd Zusman diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 828b50a..c8469ff 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -407,7 +407,7 @@ or `wl-draft-reply-with-argument-list' if WITH-ARG argument is non-nil." (setq mail-followup-to (wl-delete-duplicates mail-followup-to nil t))) (with-temp-buffer ; to keep raw buffer unibyte. (set-buffer-multibyte default-enable-multibyte-characters) - (setq newsgroups (wl-parse newsgroups + (setq newsgroups (elmo-parse newsgroups "[ \t\f\r\n,]*\\([^ \t\f\r\n,]+\\)") newsgroups (wl-delete-duplicates newsgroups) newsgroups -- 1.7.10.4