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:
parent
4dc7458eb6
commit
b03848314e
1 changed files with 2 additions and 1 deletions
|
|
@ -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")))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue