* wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
authorhmurata <hmurata>
Sat, 22 May 2004 10:36:47 +0000 (10:36 +0000)
committerhmurata <hmurata>
Sat, 22 May 2004 10:36:47 +0000 (10:36 +0000)
commite69684ee280d161985fb35b25e86a347f6a43b65
tree2e55c2c42772694c18e5f56c0a1f7d23a3292a94
parent2d52113ff32f1fbf755a156f09e0a9d7d2fe34fe
* wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
of elmo-set-buffer-multibyte.

* wl-message.el (wl-original-message-mode): Ditto.

* wl-score.el (wl-score-insert-header): Ditto.

* wl-summary.el
(wl-summary-edit-addresses-collect-candidate-fields): Ditto.
(wl-summary-goto-folder-subr): Ditto.
(wl-summary-insert-headers): Ditto.

* wl-util.el (wl-set-string-width): Ditto.

* bbdb-wl.el (bbdb-wl-get-addresses-1): Use set-buffer-multibyte
instead of elmo-set-buffer-multibyte.
(bbdb-wl-get-addresses-2): Ditto.
(bbdb-wl-update-records): Ditto.
(bbdb-extract-field-value): Ditto.

* elmo-util.el (elmo-set-buffer-multibyte): Abolish.
(elmo-set-work-buf): Use set-buffer-multibyte instead of
elmo-set-buffer-multibyte.
(elmo-object-load): Ditto.
(elmo-save-buffer): Ditto.
(elmo-delete-char): Ditto.
(elmo-file-field-primitive-condition-match): Ditto.
(elmo-mime-string): Ditto.

* elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
(elmo-archive-field-condition-match): Ditto.

* elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.

* elmo-net.el (elmo-network-initialize-session-buffer): Ditto.

* elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
(elmo-nntp-msgdb-create-message): Ditto.

* elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.

* elmo.el (elmo-message-match-condition): Ditto.
(elmo-message-match-condition): Ditto.

* modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
Ditto.

* elmo-util.el (elmo-decoded-field-body): New function.
17 files changed:
elmo/ChangeLog
elmo/elmo-archive.el
elmo/elmo-imap4.el
elmo/elmo-net.el
elmo/elmo-nntp.el
elmo/elmo-pop3.el
elmo/elmo-util.el
elmo/elmo.el
elmo/modb-entity.el
utils/ChangeLog
utils/bbdb-wl.el
wl/ChangeLog
wl/wl-draft.el
wl/wl-message.el
wl/wl-score.el
wl/wl-summary.el
wl/wl-util.el