Partially revert mistakenly checked-in test code from last checkin
authorLars Ingebrigtsen <larsi@building.gnus.org>
Fri, 31 Jan 2014 08:35:49 +0000 (00:35 -0800)
committerLars Ingebrigtsen <larsi@building.gnus.org>
Fri, 31 Jan 2014 08:35:49 +0000 (00:35 -0800)
lisp/nnimap.el

index cbaea91..886b075 100644 (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)))