Mercurial > emacs
changeset 102061:cd6c733e7e27
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 17 Feb 2009 02:32:34 +0000 |
parents | 5216898e2bed |
children | 8ddbc5972ea9 |
files | lisp/gnus/message.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/message.el Mon Feb 16 20:45:14 2009 +0000 +++ b/lisp/gnus/message.el Tue Feb 17 02:32:34 2009 +0000 @@ -5221,7 +5221,13 @@ (if (and message-fcc-handler-function (not (eq message-fcc-handler-function 'rmail-output))) (funcall message-fcc-handler-function file) - ;; FIXME broken in Emacs CVS? Does it work in 22? + ;; FIXME this option, rmail-output (also used if + ;; message-fcc-handler-function is nil) is not + ;; documented anywhere AFAICS. It should work in Emacs + ;; 23; I suspect it does not work in Emacs 22. + ;; FIXME I don't see the need for the two different cases here. + ;; mail-use-rfc822 makes no difference (in Emacs 23),and + ;; the third argument just controls \"Wrote file\" message. (if (and (file-readable-p file) (mail-file-babyl-p file)) (rmail-output file 1 nil t) (let ((mail-use-rfc822 t))