]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnimap.el (nnimap-transform-headers): Partially revert mistakenly checked...
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 31 Jan 2014 10:13:28 +0000 (10:13 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 31 Jan 2014 10:13:28 +0000 (10:13 +0000)
lisp/gnus/nnimap.el

index cbaea91f5ab681b77e3915f7bb000aba8bd24063..886b0755e74b28556ce6af742d9b31db58054475 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)))