[mew-int 01263] Re: Form at +Backup

Tatsuya Kinoshita tats at example.com
Thu Jan 30 20:04:26 JST 2003


On January 30, 2003, [mew-int 01260],
a.suzuki at example.com wrote:

>   413  01/28 To: jugemu at example.com 1k    Re: flat in Paris
>              ^^^^^^^^^^^^^^
> Actually my another Mew in another PC displays exactly like this but
> no specific directive is made in the '.mew.el' file.
> 
> I will be pleased if someone tells me the directive which should be
> written in '.mew.el' file for the above-mentioned format on +Backup.

Put (setq mew-scan-form-from-me-prefix "To: ") in your ~/.mew.el
file.  The default value of mew-scan-form-from-me-prefix is "To:".

For your e-mail addresses, the value of mew-mail-address-list is
automatically generated by default.  If you want to specify your
e-mail addresses, set mew-mail-address-list in your ~/.mew.el file.

For the format in Summary mode (scan-form), the value of
mew-scan-form is used by default.  If you want to specify the
scan-form, set mew-scan-form-list or mew-scan-form in your
~/.mew.el file.

-- ~/.mew.el -- 
(setq mew-scan-form-from-me-prefix "To: ")
(setq mew-generate-mail-address-list nil)
(setq mew-mail-address-list
      '("^a\\.suzuki at example.com\\.titech\\.ac\\.jp$"
	"^a\\.suzuki at example.com\\.org$"
	"^a\\.suzuki at example.com\\.net$"))
(setq mew-scan-form-list
      '(("[+%/]Backup"
	 (type (5 date) " " (14 from) " " (-4 size) " " t (0 subj)))
	(t
	 (type (5 date) " " (14 from) " " t (0 subj)))))
---- 

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list