# HG changeset patch # User Richard M. Stallman # Date 782110172 0 # Node ID be69f1559d4f9eb55a67b345b419ec6e304d8b19 # Parent c84536ef5fa90e530f6e42d9113076c60f7bda23 (mail-do-fcc): If file does not exist, assume it is not a Babyl file. diff -r c84536ef5fa9 -r be69f1559d4f lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Oct 14 04:45:04 1994 +0000 +++ b/lisp/mail/sendmail.el Fri Oct 14 04:49:32 1994 +0000 @@ -623,7 +623,8 @@ (insert-buffer-substring curbuf beg end))) (if max (narrow-to-region (point-min) max))))) ;; Else append to the file directly. - (if (mail-file-babyl-p (car fcc-list)) + (if (and (file-exists-p (car fcc-list)) + (mail-file-babyl-p (car fcc-list))) ;; If the file is a Babyl file, ;; convert the message to Babyl format. (save-excursion