From: keiichi Date: Fri, 28 May 1999 06:05:55 +0000 (+0000) Subject: (message-header-encode-function): Call `eword-encode-header' with optional X-Git-Tag: nana-gnus-6_12_17~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=76e716eecc862c87407e81af6b08c8c4b1161c92;p=elisp%2Fgnus.git- (message-header-encode-function): Call `eword-encode-header' with optional argument code-conversion. --- diff --git a/lisp/message.el b/lisp/message.el index d00851b..4b816a6 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -523,7 +523,7 @@ to the headers." :type 'hook) (defcustom message-header-encode-function - 'eword-encode-header + '(lambda () (eword-encode-header t)) "A function called to encode header." :group 'message-various :type 'function)