Go to the first, previous, next, last section, table of contents.


User-Agent �ե������

`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.