From: hmurata Date: Wed, 5 Jan 2005 15:36:23 +0000 (+0000) Subject: (wl-addrmgr-pickup-entry-list): Call X-Git-Tag: wl-2_12_1pre~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cbb8219f81e25f56f9ddb75766ecbf306196e9a8;p=elisp%2Fwanderlust.git (wl-addrmgr-pickup-entry-list): Call 'elmo-multiple-fields-body-list' with boundary specified. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index bc8b286..e099570 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2005-01-05 Hiroya Murata + + * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call + 'elmo-multiple-fields-body-list' with boundary specified. + 2005-01-01 TAKAHASHI Kaoru * wl-demo.el (wl-demo-copyright-notice): Add 2005. diff --git a/wl/wl-addrmgr.el b/wl/wl-addrmgr.el index aaada7c..4c121a8 100644 --- a/wl/wl-addrmgr.el +++ b/wl/wl-addrmgr.el @@ -187,7 +187,9 @@ See info under Wanderlust for full documentation. (wl-parse-addresses (mapconcat 'identity - (elmo-multiple-fields-body-list '("to" "cc" "bcc")) ",")))))) + (elmo-multiple-fields-body-list '("to" "cc" "bcc") + mail-header-separator) + ",")))))) (defun wl-addrmgr-merge-entries (base-list append-list) "Return a merged list of address entiry."