1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(rmail-add-mbox-headers): Restore error message about invalid RFC2822 format.

This commit is contained in:
Eli Zaretskii 2009-08-08 10:26:44 +00:00
parent 0f25a27764
commit 0e9aba0f37

View File

@ -2096,7 +2096,8 @@ new messages. Return the number of new messages."
(setq stop t)
(goto-char (match-beginning 0))
(forward-char 2))
(setq start (point)))))
(setq start (point)))
(rmail-error-bad-format)))
count))))
(defun rmail-get-header-1 (name)