(wl-addrmgr-pickup-entry-list): Call
authorhmurata <hmurata>
Wed, 5 Jan 2005 15:36:23 +0000 (15:36 +0000)
committerhmurata <hmurata>
Wed, 5 Jan 2005 15:36:23 +0000 (15:36 +0000)
'elmo-multiple-fields-body-list' with boundary specified.

wl/ChangeLog
wl/wl-addrmgr.el

index bc8b286..e099570 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
+       'elmo-multiple-fields-body-list' with boundary specified.
+
 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * wl-demo.el (wl-demo-copyright-notice): Add 2005.
index aaada7c..4c121a8 100644 (file)
@@ -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."