* elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
authorteranisi <teranisi>
Fri, 24 Sep 2004 14:48:26 +0000 (14:48 +0000)
committerteranisi <teranisi>
Fri, 24 Sep 2004 14:48:26 +0000 (14:48 +0000)
commita8606fdad99ce91dbd07651423c8ce40aebbebd1
treec7b8c6afe30727787b90d097db89e989750fe5ab
parent749d76f9840969627326106f2b287036bd45d0a5
* elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
header.

* wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
(wl-message-mode-line-format-spec-alist): Ditto.
(wl-message-mode-line-format): Ditto.
(wl-summary-mode-line-format): Ditto for docstring.
(wl-summary-no-mime-folder-list): Fix typo.

* wl-util.el (wl-current-message-buffer): Call
`wl-message-buffer-display' with `as-is' and `all-header' as nil.

* wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
variable.
(wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
of `wl-summary-redisplay-no-mime'.
(wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
(wl-summary-toggle-mime): New function.
(wl-summary-redisplay-all-header): Rewrite.
(wl-summary-redisplay-no-mime): Ditto.
(wl-summary-redisplay-internal): Added argument `as-is' and
`all-header'.

* wl-refile.el (wl-refile-default-from-folder-path-separator):
New variable.
(wl-refile-guess-functions): Added wl-refile-guess-by-from at the
bottom.
(wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
(wl-refile-guess-by-from): Rewrite to fix the bug which inserts
"/" unconditionally.

* wl-mime.el (wl-draft-yank-current-message-entity): Use
wl-mime-preview-follow-no-mime for as-is content.
(wl-mime-preview-follow-no-mime): New function.
(wl-mime-preview-follow-current-region): Fixed parenthesis.

* wl-message.el (wl-message-redisplay): Removed argument `display-type'
and added `as-is', `all-header'.
(wl-message-buffer-display): Ditto.
(wl-message-buffer-display-type): New function.
elmo/ChangeLog
elmo/elmo-mime.el
wl/ChangeLog
wl/wl-message.el
wl/wl-mime.el
wl/wl-refile.el
wl/wl-summary.el
wl/wl-util.el
wl/wl-vars.el