1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

(rmail-convert-file): If file needs conversion, convert it all.

This commit is contained in:
Richard M. Stallman 1993-07-29 03:43:38 +00:00
parent 4dc7458eb6
commit b03848314e

View file

@ -282,7 +282,8 @@ that file, but does not copy any new mail into the file."
(looking-at "\n*From ")))
(let ((buffer-read-only nil))
(message "Converting to Babyl format...")
(narrow-to-region (point) (point-max))
;;; If file needs conversion, convert it all.
;;; (narrow-to-region (point) (point-max))
(rmail-convert-to-babyl-format)
(message "Converting to Babyl format...done")))))