Mercurial > emacs
changeset 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 | 9c096f0805b0 |
children | b131fbcf8530 |
files | lisp/message.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))))