diff options
| -rw-r--r-- | lisp/gnus/nnimap.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 1ec5522831d..856ac75cd66 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -271,8 +271,8 @@ textual parts.") | |||
| 271 | (save-excursion | 271 | (save-excursion |
| 272 | (forward-line) | 272 | (forward-line) |
| 273 | (null (looking-at-p | 273 | (null (looking-at-p |
| 274 | ;; We're expecting a mail header. | 274 | ;; We're expecting a mail-ish header. |
| 275 | "^[!-9;-~]+:[[:space:]]")))) | 275 | "^[!-9;-~]+:[[:space:]]?")))) |
| 276 | (delete-region (line-beginning-position) | 276 | (delete-region (line-beginning-position) |
| 277 | (1+ (line-end-position))) | 277 | (1+ (line-end-position))) |
| 278 | (setq lines nil) | 278 | (setq lines nil) |