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.
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 folderIt 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-message-window-size
wl-summary-no-from-message
wl-summary-no-subject-message
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-from-width
wl-summary-subject-length-limit
nil
. Specify the limit for the length of
subject parts in summary. nil
means unlimited.
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-recenter
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")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")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-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)nil
: do nothing for duplicated messages.hide
: hide duplicated messages from the summary.read
: set duplicated messages as read.
(setq wl-folder-process-duplicates-alist '(("^\\+draft$" . nil) ("^\\+trash$" . nil) ("^\\*.*" . hide) (".*" . read)))
Go to the first, previous, next, last section, table of contents.