From: Lars Magne Ingebrigtsen Date: Fri, 30 Aug 1996 00:27:46 +0000 (+0000) Subject: 1996-08-29 Lars Magne Ingebrigtsen X-Git-Tag: emacs-20.1~3964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cba446ddefd98fbe9f72b48dd33d38daafb68402;p=emacs.git 1996-08-29 Lars Magne Ingebrigtsen * message.el (message-do-fcc): Supply the FROM-GNUS parameter to `rmail-output'. --- diff --git a/lisp/message.el b/lisp/message.el index 30e6d698f7b..ec0453dfb7d 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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)))))