1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 30 Aug 1996 00:27:46 +0000 (00:27 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 30 Aug 1996 00:27:46 +0000 (00:27 +0000)
* message.el (message-do-fcc): Supply the FROM-GNUS parameter to
`rmail-output'.

lisp/message.el

index 30e6d69..ec0453d 100644 (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)))))