diff options
| author | Lars Ingebrigtsen | 2014-01-31 10:13:28 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2014-01-31 10:13:28 +0000 |
| commit | ec80e689331728b22f34a797ec06354ac4595b4a (patch) | |
| tree | f0dcaa8ae264c8f8c8949f24fa3376fb93d47b65 | |
| parent | bd21bf41c00ea85de7bba7440a4ee70fa934cdb9 (diff) | |
| download | emacs-ec80e689331728b22f34a797ec06354ac4595b4a.tar.gz emacs-ec80e689331728b22f34a797ec06354ac4595b4a.zip | |
lisp/gnus/nnimap.el (nnimap-transform-headers): Partially revert mistakenly checked-in test code from last checkin
| -rw-r--r-- | lisp/gnus/nnimap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index cbaea91f5ab..886b0755e74 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -216,7 +216,7 @@ textual parts.") | |||
| 216 | ;; Start of the header section. | 216 | ;; Start of the header section. |
| 217 | (or (re-search-forward "] {[0-9]+}\r?\n" nil t) | 217 | (or (re-search-forward "] {[0-9]+}\r?\n" nil t) |
| 218 | ;; Start of the next FETCH. | 218 | ;; Start of the next FETCH. |
| 219 | (re-search-forward "\\* [0-9]+ \\(UID \\)? FETCH" nil t) | 219 | (re-search-forward "\\* [0-9]+ FETCH" nil t) |
| 220 | (point-max))) | 220 | (point-max))) |
| 221 | t) | 221 | t) |
| 222 | (setq size (string-to-number (match-string 1))) | 222 | (setq size (string-to-number (match-string 1))) |