From ee1323a2f508aee52c71e2fc7637370b556b9196 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Oct 1995 20:02:20 +0000 Subject: [PATCH] (gnus-inews-do-fcc): Use mail-file-babyl-p. --- lisp/gnuspost.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index a4aa82bb7f8..441feb245d2 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -628,7 +628,8 @@ a program specified by the rest of the value." (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))) )) -- 2.39.2