diff options
| author | Eli Zaretskii | 2009-08-08 10:26:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-08-08 10:26:44 +0000 |
| commit | 0e9aba0f37627516d9a29c9def7620a586eb6f7b (patch) | |
| tree | 5e442abe8579a0e74b184372c1c760b7c6f3933e | |
| parent | 0f25a27764060aa63ab8280e1841b8600e8ca011 (diff) | |
| download | emacs-0e9aba0f37627516d9a29c9def7620a586eb6f7b.tar.gz emacs-0e9aba0f37627516d9a29c9def7620a586eb6f7b.zip | |
(rmail-add-mbox-headers): Restore error message about invalid RFC2822 format.
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f10b47bcd4c..d50dace2b31 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -2096,7 +2096,8 @@ new messages. Return the number of new messages." | |||
| 2096 | (setq stop t) | 2096 | (setq stop t) |
| 2097 | (goto-char (match-beginning 0)) | 2097 | (goto-char (match-beginning 0)) |
| 2098 | (forward-char 2)) | 2098 | (forward-char 2)) |
| 2099 | (setq start (point))))) | 2099 | (setq start (point))) |
| 2100 | (rmail-error-bad-format))) | ||
| 2100 | count)))) | 2101 | count)))) |
| 2101 | 2102 | ||
| 2102 | (defun rmail-get-header-1 (name) | 2103 | (defun rmail-get-header-1 (name) |