Mercurial > emacs
changeset 9527:be69f1559d4f
(mail-do-fcc): If file does not exist, assume it is not a Babyl file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 14 Oct 1994 04:49:32 +0000 |
parents | c84536ef5fa9 |
children | db02bc274f20 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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