changeset 13119:7305dbef1911

(gnus-inews-do-fcc): Use mail-file-babyl-p.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Oct 1995 20:02:20 +0000
parents 94df38316b4f
children 497576f74e1a
files lisp/=gnuspost.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))
 		 ))