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

6.2 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
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
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
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.



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