* wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
authoryoichi <yoichi>
Wed, 31 Mar 2004 22:24:49 +0000 (22:24 +0000)
committeryoichi <yoichi>
Wed, 31 Mar 2004 22:24:49 +0000 (22:24 +0000)
wl/ChangeLog
wl/wl-refile.el

index 191873c..f248bb6 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
+
 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-util.el (wl-list-diff): Remove unused function.
index 6a294ad..7d9786c 100644 (file)
@@ -242,8 +242,8 @@ If RULE does not match ENTITY, returns nil."
                    (elmo-message-entity-field entity 'from)))))
     ;; search from alist
     (or (cdr (assoc from wl-refile-alist))
-       (format "%s/%s" wl-refile-default-from-folder
-               (wl-refile-get-account-part-from-address from)))))
+       (elmo-concat-path wl-refile-default-from-folder
+                         (wl-refile-get-account-part-from-address from)))))
 
 (defun wl-refile-guess-by-msgid (entity)
   (cdr (assoc (elmo-message-entity-field entity 'references)