projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8bff4
)
(message-header-encode-function): Call `eword-encode-header' with optional
author
keiichi
<keiichi>
Fri, 28 May 1999 06:05:55 +0000
(06:05 +0000)
committer
keiichi
<keiichi>
Fri, 28 May 1999 06:05:55 +0000
(06:05 +0000)
argument code-conversion.
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
d00851b
..
4b816a6
100644
(file)
--- 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)