1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>

* message.el (message-do-fcc): Supply the FROM-GNUS parameter to
	`rmail-output'.
This commit is contained in:
Lars Magne Ingebrigtsen 1996-08-30 00:27:46 +00:00
parent 59860a8c8c
commit cba446ddef

View file

@ -1790,7 +1790,7 @@ the user from the mailer."
(not (eq message-fcc-handler-function 'rmail-output)))
(funcall message-fcc-handler-function file)
(if (and (file-readable-p file) (mail-file-babyl-p file))
(rmail-output file 1)
(rmail-output file 1 nil t)
(let ((mail-use-rfc822 t))
(rmail-output file 1 t t))))))
(kill-buffer (current-buffer)))))