mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 03:40:47 -08:00
1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
* message.el (message-do-fcc): Supply the FROM-GNUS parameter to `rmail-output'.
This commit is contained in:
parent
59860a8c8c
commit
cba446ddef
1 changed files with 1 additions and 1 deletions
|
|
@ -1790,7 +1790,7 @@ the user from the mailer."
|
||||||
(not (eq message-fcc-handler-function 'rmail-output)))
|
(not (eq message-fcc-handler-function 'rmail-output)))
|
||||||
(funcall message-fcc-handler-function file)
|
(funcall message-fcc-handler-function file)
|
||||||
(if (and (file-readable-p file) (mail-file-babyl-p 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))
|
(let ((mail-use-rfc822 t))
|
||||||
(rmail-output file 1 t t))))))
|
(rmail-output file 1 t t))))))
|
||||||
(kill-buffer (current-buffer)))))
|
(kill-buffer (current-buffer)))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue