`X-Mailer:' フィールドや `User-Agent:' フィールドに凝りたいと
いう変わった人は、文字列を生成する関数を自分の好きなように定義して、変数
wl-generate-mailer-string-function
に設定してください。
`User-Agent:' フィールドを短くしたいのであれば、以下の設定をしてく ださい。
(setq wl-generate-mailer-string-function (function (lambda () (concat "User-Agent: " (wl-generate-user-agent-string-1 nil)))))
以下は設定の例です。
(setq mime-edit-insert-user-agent-field nil) (setq wl-generate-mailer-string-function (function (lambda () (format "X-Mailer: %s" (product-string-1 'wl-version)))))
Go to the first, previous, next, last section, table of contents.