(gnus-summary-save-in-mail): Use mail-file-babyl-p.
This commit is contained in:
parent
ee1323a2f5
commit
0e53683493
1 changed files with 1 additions and 1 deletions
|
@ -4077,7 +4077,7 @@ is initialized from the SAVEDIR environment variable."
|
|||
(and default-name
|
||||
(file-name-directory default-name))))
|
||||
(gnus-make-directory (file-name-directory filename))
|
||||
(if (and (file-readable-p filename) (rmail-file-p filename))
|
||||
(if (and (file-readable-p filename) (mail-file-babyl-p filename))
|
||||
(gnus-output-to-rmail filename)
|
||||
(rmail-output filename 1 t t))
|
||||
;; Remember the directory name to save articles.
|
||||
|
|
Loading…
Add table
Reference in a new issue