* wl.el (wl-init): Set `elmo-get-folder-function' as
authorhmurata <hmurata>
Sun, 12 Jun 2005 05:03:09 +0000 (05:03 +0000)
committerhmurata <hmurata>
Sun, 12 Jun 2005 05:03:09 +0000 (05:03 +0000)
commit8b8f105e52cd4f1d2fc89dc09b462491721a878e
treef74f6ff4f94308ae9ce1ca46729f041d724946d6
parentd4eb9c80559ae231d9593bb51887705fb90fad33
* wl.el (wl-init): Set `elmo-get-folder-function' as
`wl-folder-make-elmo-folder'.

* wl-spam.el (wl-summary-exec-action-spam): Use
`wl-folder-make-elmo-folder' instead of `elmo-make-folder'.

* wl-folder.el (wl-folder-make-elmo-folder): New function.
(wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
`elmo-make-folder'.
(wl-folder-get-elmo-folder): Ditto.
(wl-folder-create-subr): Simplify.

* elmo.el (elmo-get-folder-function): New variable.
(elmo-get-folder): New function.
(elmo-folder-rename): Call `elmo-make-folder' with specified
mime-charset.

* elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
`elmo-make-folder'.
(elmo-split-subr): Ditto.

* elmo-multi.el (elmo-folder-initialize): Ditto.

* elmo-internal.el (elmo-folder-list-subfolders): Ditto.

* elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
(elmo-flag-get-folder): Ditto.

* elmo-filter.el (elmo-folder-initialize): Ditto.

* elmo-access.el (elmo-folder-initialize): Ditto.
(elmo-access-folder-update-children): Ditto.

* elmo-dop.el (elmo-dop-queue-flush): Ditto.
(elmo-dop-queue-flush): Ditto.
(elmo-folder-append-buffer-dop-delayed): Ditto.
(elmo-dop-spool-folder): Call `elmo-make-folder' with specified
mime-charset.

* elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
instead of `elmo-make-folder'.
(elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
destination folder instead of send `elmo-folder-rename-internal'.

* elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
slot of subfolder instead of create it.
15 files changed:
elmo/ChangeLog
elmo/elmo-access.el
elmo/elmo-dop.el
elmo/elmo-filter.el
elmo/elmo-flag.el
elmo/elmo-internal.el
elmo/elmo-multi.el
elmo/elmo-pipe.el
elmo/elmo-shimbun.el
elmo/elmo-split.el
elmo/elmo.el
wl/ChangeLog
wl/wl-folder.el
wl/wl-spam.el
wl/wl.el