* elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
authorteranisi <teranisi>
Sun, 10 Oct 2004 11:04:18 +0000 (11:04 +0000)
committerteranisi <teranisi>
Sun, 10 Oct 2004 11:04:18 +0000 (11:04 +0000)
commit5e7a63c75a4ac7e09d5e07319095400501e3bf2b
tree7dda34f7bc475d5b0910f34bc4a75ff594767fd0
parent40ceb878ed4b4ca67d5759da5cdc3f2f90d76186
* elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
(elmo-global-flag-list): Added obsolete variable setting.

* elmo-vars.el (elmo-preserved-flags): Fixed docstring.

* elmo-mime.el (elmo-mime-display-header-analysis): New variable.
(elmo-mime-insert-header-from-buffer): Don't decode header content when
`elmo-mime-display-header-analysis' is nil.

* elmo-flag.el (elmo-global-flags): Renamed from
`elmo-global-flag-list' (All other related portions are changed).
(elmo-local-flags): New variable.
(elmo-local-flag-p): New function.
(elmo-global-flag-set-internal): Cause an error when flag is not
global.

* wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
definition for `m'.
(wl-summary-mode-line-format): Add '[%m]'.
(wl-message-mode-line-format-spec-alist): Ditto.
(wl-summary-display-mime-mode-list): New variable.

* wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
from wl-summary-buffer-display-as-is.
(wl-summary-buffer-display-all-header): New buffer local variable.
(wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
(wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
instead of wl-summary-buffer-display-as-is.
(wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
(wl-summary-set-persistent-mark): Ditto.
(wl-summary-set-message-buffer-or-redisplay): Just call
`wl-summary-redisplay-internal' without optional arguments.
(wl-summary-toggle-mime): Rewrite.
(wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
(wl-summary-toggle-all-header): New function.
(wl-summary-redisplay-internal): Treat mime mode.

* wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
to wl-mime-preview-follow-no-mime.
(wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
accodring to the display-mode.

* wl-message.el (wl-message-buffer-display-type): Rewrite.
(wl-message-buffer-display): Changed argument name from `as-is' to
`mode'.
(wl-message-display-internal): Ditto;
Bind elmo-mime-display-header-analysis according to the mode.
(wl-message-display-internal): Put wl-message-display-mime-mode
property on entire buffer.
elmo/ChangeLog
elmo/elmo-flag.el
elmo/elmo-mime.el
elmo/elmo-vars.el
elmo/elmo.el
wl/ChangeLog
wl/wl-message.el
wl/wl-mime.el
wl/wl-summary.el
wl/wl-vars.el