]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-convert-to-babyl-format):
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:42:55 +0000 (11:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:42:55 +0000 (11:42 +0000)
Fix one-off error in handling content-length field.

lisp/mail/rmail.el

index fcda6eb0ec5639d824c7d3343f0da7b1558c3764..d852b73586f72dc86763b475be1199df86ffa537 100644 (file)
@@ -896,7 +896,7 @@ argument causes us to read a file name and use that file as the inbox."
               ;; skip to the end of the contents.
               (let* ((header-end (save-excursion
                                    (and (re-search-forward "\n\n" nil t)
-                                        (point))))
+                                        (1- (point)))))
                      (case-fold-search t)
                      (size
                       ;; Get the numeric value from the Content-Length field.