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:
parent
0f25a27764
commit
0e9aba0f37
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user