1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

lisp/gnus/nnimap.el (nnimap-transform-headers): Partially revert mistakenly checked-in test code from last checkin

This commit is contained in:
Lars Ingebrigtsen 2014-01-31 10:13:28 +00:00 committed by Katsumi Yamaoka
parent bd21bf41c0
commit ec80e68933

View File

@ -216,7 +216,7 @@ textual parts.")
;; Start of the header section.
(or (re-search-forward "] {[0-9]+}\r?\n" nil t)
;; Start of the next FETCH.
(re-search-forward "\\* [0-9]+ \\(UID \\)? FETCH" nil t)
(re-search-forward "\\* [0-9]+ FETCH" nil t)
(point-max)))
t)
(setq size (string-to-number (match-string 1)))