* wl-draft.el (wl-draft-insert-get-message): Follow the API change.
authorhmurata <hmurata>
Tue, 11 Jan 2005 15:24:44 +0000 (15:24 +0000)
committerhmurata <hmurata>
Tue, 11 Jan 2005 15:24:44 +0000 (15:24 +0000)
commite042021da755cb09eeed9b22e063cbf686272ab6
tree2f51b911f9aa80995fb750e102c1a5e22db73870
parentaa0ca65cc819a3e64d4c340504d6cc929b06f687
* wl-draft.el (wl-draft-insert-get-message): Follow the API change.
(wl-draft-reedit): Ditto.
(wl-draft-queue-flush): Ditto.

* wl-mime.el (wl-message-request-partial): Ditto.
(wl-message-delete-current-part): Use `elmo-message-fetch-string'
instead of `elmo-message-fetch'.

* wl-action.el (wl-summary-exec-action-resend-subr): Ditto.

* wl-summary.el (wl-summary-message-string): Ditto.

* elmo.el (elmo-message-fetch): Removed argument `outbuf' and
exchange order of arguments `section' and `unread'.
(elmo-message-encache): Follow the API change.
(elmo-message-match-condition): Ditto.
(elmo-generic-folder-append-messages): Ditto.
(elmo-message-fetch-string): New function.

* elmo-split.el (elmo-split-subr): Ditto.

* elmo-spam.el (elmo-spam-message-fetch): Ditto.

* elmo-pipe.el (elmo-message-fetch): Ditto.

* elmo-multi.el (elmo-message-fetch): Ditto.

* elmo-mime.el (elmo-message-mime-entity): Ditto.

* elmo-flag.el (elmo-global-flag-set-internal): Ditto.

* elmo-filter.el (elmo-message-fetch): Ditto.

* elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.

* elmo-imap4.el (mime-imap-location-section-body): Use
`elmo-message-fetch-string' instead of `elmo-message-fetch' and
follow the API change.
16 files changed:
elmo/ChangeLog
elmo/elmo-dop.el
elmo/elmo-filter.el
elmo/elmo-flag.el
elmo/elmo-imap4.el
elmo/elmo-mime.el
elmo/elmo-multi.el
elmo/elmo-pipe.el
elmo/elmo-spam.el
elmo/elmo-split.el
elmo/elmo.el
wl/ChangeLog
wl/wl-action.el
wl/wl-draft.el
wl/wl-mime.el
wl/wl-summary.el