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:
6be4a05
)
(gnus-inews-do-gcc): Bind `output-coding-system' to `raw-text'.
author
yamaoka
<yamaoka>
Fri, 11 Jun 1999 12:17:01 +0000
(12:17 +0000)
committer
yamaoka
<yamaoka>
Fri, 11 Jun 1999 12:17:01 +0000
(12:17 +0000)
lisp/gnus-msg.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-msg.el
b/lisp/gnus-msg.el
index
b167da0
..
9e6f64a
100644
(file)
--- a/
lisp/gnus-msg.el
+++ b/
lisp/gnus-msg.el
@@
-1059,6
+1059,7
@@
this is a reply."
(message-narrow-to-headers)
(let ((gcc (or gcc (mail-fetch-field "gcc" nil t)))
(coding-system-for-write 'raw-text)
+ (output-coding-system 'raw-text)
groups group method)
(when gcc
(message-remove-header "gcc")