(rmail-add-mbox-headers): Restore error message about invalid RFC2822 format.
This commit is contained in:
parent
0f25a27764
commit
0e9aba0f37
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue