]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-convert-file): If file needs conversion, convert it all.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Jul 1993 03:43:38 +0000 (03:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Jul 1993 03:43:38 +0000 (03:43 +0000)
lisp/mail/rmail.el

index e70161d507f57eac27169b886c5ed3ad0a6e81ed..e0d07beb917224c57b714fc37fc51bec0cc473e3 100644 (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")))))