diff options
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/undigest.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 6dd26062285..9fbbd94b083 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -79,7 +79,7 @@ See rmail-digest-methods." | |||
| 79 | (rmail-digest-rfc1153 | 79 | (rmail-digest-rfc1153 |
| 80 | "^-\\{70\\}\n\n" | 80 | "^-\\{70\\}\n\n" |
| 81 | "^\n-\\{30\\}\n\n" | 81 | "^\n-\\{30\\}\n\n" |
| 82 | "^\n-\\{30\\}\n\nEnd of .* Digest.*\n\\*\\{15,\\}\n+\'")) | 82 | "^\n-\\{30\\}\n\nEnd of .* Digest.*\n\\*\\{15,\\}\n+\\'")) |
| 83 | 83 | ||
| 84 | (defun rmail-digest-parse-rfc1153sloppy () | 84 | (defun rmail-digest-parse-rfc1153sloppy () |
| 85 | "Parse using the method defined in RFC 1153, allowing for some sloppiness. | 85 | "Parse using the method defined in RFC 1153, allowing for some sloppiness. |