+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.
(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)