Message Buffers utilize MIME-View mode of SEMI. For operational procedures and key bindings, refer to respective documents. See section `MIME-View' in a MIME user interface for GNU Emacs. You can also see help by ? in message buffer.
p at the top of a message or n at the bottom of a message brings you back to Summary mode. l toggles display of Summary mode buffer.
wl-message-toggle-disp-summary
)
wl-message-refer-article-or-url
)
wl-message-wheel-down
)
wl-message-wheel-up
)
wl-message-window-size
'(1 . 4)
. It is a cons cell and the ratio of
its car and cdr value corresponds to the ratio of Summary and Message
windows.
wl-message-ignored-field-list
nil
.
All fields that match this list will be hidden in message buffer.
Each elements are regexp of field-name.
If nil
, the value of mime-view-ignored-field-list
is used.
wl-message-visible-field-list
nil
.
All fields that match this list will be display in message buffer.
Each elements are regexp of field-name. This value precedes
wl-message-ignored-field-list
.
If nil
, the value of mime-view-visible-field-list
is used.
wl-message-sort-field-list
wl-message-truncate-lines
default-truncate-lines
.
If it is non-nil, truncate long lines in message buffer.
Go to the first, previous, next, last section, table of contents.