(gnus-inews-do-gcc): Bind `output-coding-system' to `raw-text'.
authoryamaoka <yamaoka>
Fri, 11 Jun 1999 12:17:01 +0000 (12:17 +0000)
committeryamaoka <yamaoka>
Fri, 11 Jun 1999 12:17:01 +0000 (12:17 +0000)
lisp/gnus-msg.el

index b167da0..9e6f64a 100644 (file)
@@ -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")