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

13.7.3 User-Agent フィールド

`X-Mailer:' フィールドや `User-Agent:' フィールドに凝りたいと いう変わった人は、文字列を生成する関数を自分の好きなように定義して、変数 wl-generate-mailer-string-function に設定してください。

`User-Agent:' フィールドを短くしたいのであれば、以下の設定をしてく ださい。

 
(setq wl-generate-mailer-string-function
      'wl-generate-user-agent-string-1)

以下は設定の例です。

 
(setq wl-generate-mailer-string-function nil)
(setq wl-draft-additional-header-alist
      (list
       (cons 'X-Mailer (lambda () (product-string-1 'wl-version)))))



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