[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

13.2.1 Customizable Variables

wl-summary-highlight
The initial setting is t. If non-nil, the summary is highlighted.

wl-highlight-max-summary-lines
The initial setting is 10000. The summary is not highlighted if it has more lines than this value.

wl-summary-highlight-partial-threshold
The initial setting is 1000. This is a threshold whether the whole summary is highlighted. If there are more lines of messages in the summary, it is partially highlighted.

wl-summary-partial-highlight-above-lines
The initial setting is 30. If there are more lines of messages than wl-summary-highlight-partial-threshold in the summary, messages after the point that is the same number of lines as this value above the cursor line are highlighted partially. (If this value is nil, the last same number of lines as the value of wl-summary-highlight-partial-threshold are highlighted.)

wl-highlight-body-too
The initial setting is t. If non-nil, bodies of drafts and messages are also highlighted.

wl-highlight-message-header-alist
When highlighting headers of drafts and messages, this variable specifies which faces are allocated to important (wl-highlight-message-important-header-contents), secondly important (wl-highlight-message-important-header-contents2), and unimportant (wl-highlight-message-unimportant-header-contents) message headers. Similarly, it can be used for allocating arbitrary faces to arbitrary regular expressions.

wl-highlight-citation-prefix-regexp
Specifies a regular expression to which quoted lines in bodies of drafts and messages match. Bodies matching to this regular expression are highlighted by the faces specified by (wl-highlight-message-cited-text-*).

wl-highlight-highlight-citation-too
The initial setting is nil. If non-nil, the quoting regular expression itself given by wl-highlight-citation-prefix-regexp is also highlighted.

wl-highlight-citation-header-regexp
Specifies a regular expression that denotes beginning of quotation. Bodies matching to this regular expression are highlighted by the face specified by wl-highlight-message-headers.

wl-highlight-max-header-size
The initial setting is nil. If a header size is larger than this value, it will not be highlighted. If nil, always highlighted (ignore header size).

wl-highlight-max-message-size
The initial setting is 10000. If a message is larger than this value, it will not be highlighted. With this variable, highlight is suppressed for uuencode or huge digest messages.

wl-highlight-signature-separator
Specifies regular expressions that denotes the boundary of a signature. It can be a regular expression, or a list of ones. Messages after the place that matches this regular expression are highlighted by the face specified by wl-highlight-message-signature.

wl-max-signature-size
The initial setting is 400. This is the largest size for a signature to be highlighted.

wl-use-highlight-mouse-line
The initial setting is t. If non-nil, the line pointed by the mouse is highlighted in the folder mode, summary mode, and the like.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html