# HG changeset patch # User Lars Magne Ingebrigtsen # Date 841364866 0 # Node ID b3fc648a4a8e7fa355fe5d34a988a7c0e360cf3a # Parent 9c096f0805b03506da8a5a9fa69af6019c84ec34 1996-08-29 Lars Magne Ingebrigtsen * message.el (message-do-fcc): Supply the FROM-GNUS parameter to `rmail-output'. diff -r 9c096f0805b0 -r b3fc648a4a8e lisp/message.el --- a/lisp/message.el Fri Aug 30 00:04:33 1996 +0000 +++ b/lisp/message.el Fri Aug 30 00:27:46 1996 +0000 @@ -1790,7 +1790,7 @@ (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)))))