| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can specify the format of Summary mode by ‘mew-summary-form’. The default value is as follows:
(setq mew-summary-form '(type (5 date) " " (14 from) " " t (30 subj) "|" (0 body))) |
Like this, ‘mew-summary-form’ is a list of list, symbol, and string.
An example is as follows:
(setq mew-summary-form
'(type (5 date) " " (-4 size) " " (14 from) " " t (30 subj) "|" (0 body)))
|
‘mew-summary-form-from-me-prefix’ is the prefix to be prepend to an destination address if the message is originated by me. The default is "To:".
‘mew-summary-form-extract-rule’ is a list to specify what part to extract from the From: field. Each element must be 'name, 'comment, 'address, 'nickname, or appropriate "regex". The default value is '(nickname).
Consider the following examples:
A: Kazu Yamamoto <kazu@example.org> B: kazu@example.org (Kazu Yamamoto) C: Kazuhiko Yamamoto (Kazu) <kazu@example.org> |
Each element returns the following value:
A. Kazu Yamamoto B. (No match) C. Kazuhiko Yamamoto (Kazu) |
A: (No match) B: Kazu Yamamoto C: (Kazu) |
A: kazu@example.org B: kazu@example.org C: kazu@example.org |
If a element does not match, the next element is applied. If no element matches to the From: field, or this value is ‘nil’, the whole of the From: field is used.
If ‘mew-summary-form-mark-delete’ is ‘t’, the ‘D’ mark automatically is put onto duplicated messages. The default is ‘nil’.
If ‘mew-summary-form-mark-spam’ is ‘t’, the ‘D’ mark automatically is put onto SPAM messages. A message is considered a SPAM message if the MD5 checksum of its body is duplicated in a scan. The default is ‘nil’.
If ‘mew-summary-form-mark-review’ is ‘t’, the ‘*’ mark automatically is put onto messages destined to me. The default is ‘nil’.
If you want to use Mew with full Emacs frame, set like this.
(setq mew-use-full-window t) |
‘SPC’ in Summary mode decide the next action to view a message according to ‘mew-summary-show-direction’. Likewise, you can specify the cursor direction after putting a strong mark by ‘mew-summary-mark-direction’. You can select one from the following candidates.
Display the message above.
Display the message below.
Display the next message in the direction.
Do not display the next message.
The default value for both is ‘next’. If you read messages from the bottom, set as follows:
(setq mew-summary-show-direction 'up) |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by U-X61T\saito on May, 13 2008 using texi2html 1.78.