# HG changeset patch # User Richard M. Stallman # Date 812836940 0 # Node ID 7305dbef1911d4f019c3b3d3b1f833c8a29ede5f # Parent 94df38316b4f97e488affed77558fb7e414fde48 (gnus-inews-do-fcc): Use mail-file-babyl-p. diff -r 94df38316b4f -r 7305dbef1911 lisp/=gnuspost.el --- a/lisp/=gnuspost.el Wed Oct 04 19:42:04 1995 +0000 +++ b/lisp/=gnuspost.el Wed Oct 04 20:02:20 1995 +0000 @@ -628,7 +628,8 @@ (if (and gnus-author-copy-saver (not (eq gnus-author-copy-saver 'rmail-output))) (funcall gnus-author-copy-saver fcc-file) - (if (and (file-readable-p fcc-file) (rmail-file-p fcc-file)) + (if (and (file-readable-p fcc-file) + (mail-file-babyl-p fcc-file)) (gnus-output-to-rmail fcc-file) (rmail-output fcc-file 1 t t))) ))