aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index fcda6eb0ec..d852b73586 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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.