| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Suppose you are writing a message which must be closed in your company. You might write an non-employee's address by mistake. If you tells your company's domains, for instance, to Mew, it turns non-employee's addresses to red.
There are four variables to decide which address should trun red. They are all a list of strings. Mew takes the following rules:
Here is an example that an address whose domain is not "@example.org" turns red.
(setq mew-safe-domains '("example.org"))
|
If you want "customers@example.org" to turn red even its domain is "@example.org", add the following line.
(setq mew-warn-addresses '("customers@example.org"))
|
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by U-X61T\saito on June, 6 2008 using texi2html 1.78.