[Mew-dist 15706] Re: how to use mew-header-alist.
sen_ml at example.com
sen_ml at example.com
2001年 1月 3日 (水) 00:57:55 JST
From: Takanori YAMAO <yama at example.com>
Subject: [Mew-dist 15705] how to use mew-header-alist.
Date: Tue, 2 Jan 2001 21:02:48 +0900
> mew-header-alistの設定についておうかがいしたいと思い,投稿しまし
> た。
私は mew-config-alist を設定してつかいわけています。
例:
(setq mew-config-alist
'(
("account1"
("pop-server" . "pop.example.org")
("pop-auth" . pass)
("smtp-server" . "smtp.example.org")
("pop-delete" . nil)
("header-alist" . (("Bcc" . "account1 at example.com")
("X-No-Archive" . "yes")
("X-cite-me:" . "account1"))))
("account2"
("pop-server" . "pop.example.net")
("pop-auth" . pass)
("smtp-server" . "smtp.example.net")
("pop-delete" . nil)
("header-alist" . (("Bcc" . "account2 at example.com")
("X-cite-me:" . "account2"))))
))
Mew-dist メーリングリストの案内