# HG changeset patch # User Glenn Morris # Date 1234837954 0 # Node ID cd6c733e7e2754d14d526b3c9cd543ca563dc36d # Parent 5216898e2bed4d7eb39fb72a0c4475014aae6f72 Comment. diff -r 5216898e2bed -r cd6c733e7e27 lisp/gnus/message.el --- 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))