Go to the first, previous, next, last section, table of contents.


Message Buffer

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.

Key Bindings

l
Toggles display of Summary mode buffer. (wl-message-toggle-disp-summary)
Button-2
Assumes `Message-ID:' at the mouse pointer, and shows the corresponding message if found. (wl-message-refer-article-or-url)
Button-4 (upward movement of a wheel)
Scrolls the message backwards. When the top of the message is hit, moves to the previous message. (wl-message-wheel-down)
Button-5 (downward movement of a wheel)
Scrolls the message forward. When the bottom of the message is hit, moves to the next message. (wl-message-wheel-up)

Customizable Variables

wl-message-window-size
Initial setting is '(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
(SEMI only) Initial setting is 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
(SEMI only) Initial setting is 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
(SEMI only) Initial setting is '("Return-Path" "Received" "^To" "^Cc" "Newsgroups" "Subject" "^From"). Header fields in message buffer are ordered by this value. Each elements are regexp of field-name.
wl-message-truncate-lines
The initial value is the value of 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.