diff lisp/message.el @ 15980:b3fc648a4a8e

1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * message.el (message-do-fcc): Supply the FROM-GNUS parameter to `rmail-output'.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 30 Aug 1996 00:27:46 +0000
parents 9f99285bb635
children 205846f84b5e
line wrap: on
line diff
--- 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)))))