| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
wl-summary-move-order
unread. Specify cursor moving policy. If
you want to precede new messages, set new. If you want to
precede unread messages, set unread. If nil, proceed to
next message.
wl-auto-select-first
nil.
If non-nil, first message is automatically displayed when you enter
the folder.
wl-auto-select-next
nil. This controls behavior when there is
no unread message in current summary.
nil: asks whether you want to go back to folder mode 'unread: asks whether you want to go to next unread folder If the next one comes to be possessing no unread message by treatment of cross-posted messages or Scoring, then asks whether you want to go to next to next folder. 'skip-no-unread: similar as unread But does not ask before going to next to next folder. otherwise: asks whether you want to go to next unread folder |
It might be useful to set 'skip-no-unread for people who
want to continue reading by just pressing and pressing space key.
wl-thread-insert-opened
nil.
If non-nil, thread is inserted as opened.
wl-thread-open-reading-thread
t. If non-nil, reading thread is
automatically opened though it is closed thread.
wl-summary-exit-next-move
t. If non-nil, move to next folder at
summary exit.
wl-folder-move-cur-folder
nil. If non-nil, cursor position on the
folder is moved.
wl-summary-weekday-name-lang
wl-summary-fix-timezone
nil.
Time zone of the date string in summary mode is adjusted using this value.
If nil, it is adjust to the default time zone information
(system's default time zone or environment variable `TZ').
wl-use-petname
t.
If non-nil, sender part displays nickname.
wl-break-pages
t.
If non-nil, message is split as pages by `^L'.
wl-summary-from-function
wl-summary-default-from.
wl-summary-no-from-message
wl-summary-subject-function
wl-summary-default-subject and
it will cut the list name part etc. on the top of the subject.
To display subject as it is, set as follows.
(setq wl-summary-subject-function 'identity) |
wl-summary-no-subject-message
wl-summary-default-view
'thread.
The default state for newly created summary. You can set either
'thread for thread view or 'sequence for sequential view.
wl-summary-use-frame
nil.
If non-nil, use new frame for the summary.
wl-use-folder-petname
(modeline) |
A list of display policy (symbol) of folder nickname. Available symbols are:
modeline
ask-folder
wl-auto-select-next is non-nil.
read-folder
wl-summary-read-folder.
wl-summary-move-direction-toggle
t. If non-nil, last executed p,
P, n, N toggles the direction of cursor move. If you
want to aware of reading direction, set this to t.
wl-summary-width
nil, summary line's width is as is.
wl-summary-print-argument-within-window
nil.
If non-nil, the action argument is always printed on right side of
window.
wl-summary-indent-length-limit
nil means unlimited
indent level.
If you set this to nil you should set wl-summary-width
to nil, too.
wl-summary-max-thread-depth
wl-summary-recenter
wl-summary-max-thread-depth
wl-summary-divide-thread-when-subject-changed
nil. If non-nil, thread is split if
the subject is changed.
wl-summary-search-via-nntp
confirm.
If non-nil and wl-summary-jump-to-msg-by-message-id failed, call
wl-summary-jump-to-msg-by-message-id-via-nntp and search message
from the NNTP server elmo-nntp-default-server. The value of
elmo-nntp-default-user, elmo-nntp-default-port,
elmo-nntp-default-stream-type are used.
If confirm, server name can be specified. You can specify NNTP
folder format like `-:username@servername:119!'.
wl-summary-keep-cursor-command
(wl-summary-goto-folder wl-summary-goto-last-visited-folder) |
When you entered to summary by these commands and the target summary buffer already exists, summary status is not automatically updated and cursor position is saved.
elmo-folder-update-threshold
elmo-folder-update-confirm is non-nil).
elmo-folder-update-confirm
t. If the value is non-nil, do check with
elmo-folder-update-threshold.
wl-summary-always-sticky-folder-list
nil.
wl-summary-always-sticky-folder-list specifies the folders that
are automatically stuck. Each element is regexp of folder name.
wl-summary-reserve-mark-list
("o" "O" "D" "d" "i")
|
If a message is already marked as temporal marks in this list, the message is not marked by any mark command.
wl-summary-skip-mark-list
("D" "d")
|
If a message is already marked as temporal marks in this list, the message is skipped at cursor move.
elmo-message-fetch-threshold
elmo-message-fetch-confirm
is non-nil).
elmo-message-fetch-confirm
t. If the value is non-nil, do check with
elmo-message-fetch-threshold.
wl-prefetch-threshold
wl-prefetch-confirm is non-nil,
Wanderlust confirms whether prefetch the message or not. If
wl-prefetch-threshold is nil, the message is prefetched
without confirmation.
wl-prefetch-confirm
t. If non-nil, Wanderlust confirms whether
prefetch the message or not if the message has larger size than
wl-prefetch-threshold.
elmo-imap4-use-cache
t. If non-nil, messages read via IMAP4
are cached.
elmo-nntp-use-cache
t. If non-nil, messages read via NNTP are
cached.
elmo-pop3-use-cache
t. If non-nil, messages read via POP3 are
cached.
elmo-shimbun-use-cache
t. If non-nil, messages read in Shimbun
folders are cached.
wl-summary-resend-use-cache
nil¡£If non-nil, messages are resend
using cache even in the offline status. Note that if you use cache,
the message identity is not guaranteed.
wl-folder-process-duplicates-alist
nil.
This list determines how to deal with duplicated messages in the same folder.
Each item in the list is regexp of folder name and action; you can specify any
one of the following in the place of action:
|
Following is an example (hide duplicated messages in multi folders)
(setq wl-folder-process-duplicates-alist
'(("^\\+draft$" . nil) ("^\\+trash$" . nil)
("^\\*.*" . hide) (".*" . read)))
|
wl-summary-flag-alist
((important "orange")) |
Specify the color and the mark of message in summary buffer with flag.
If the mark are omitted, the mark specified in the variable
wl-summary-flag-mark is assumed. If multiple global flags are on
one message, the former flag in this list is preferred.
Example:
(setq wl-summary-flag-alist
'((important "purple")
(todo "red")
(business "green" "B")
(private "blue" "X")))
|
wl-summary-display-mime-mode-list
(mime as-is) |
The function wl-summary-toggle-mime switch specification of MIME
analysis in the order of this list. You can specify one of the follows.
|
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |