From: Lars Magne Ingebrigtsen Date: Wed, 22 Sep 2010 22:56:23 +0000 (+0200) Subject: (nnimap-parse-flags): Parse the data in any order. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=7de46b1248e48c9938a81c62d717c6691bb3a221 (nnimap-parse-flags): Parse the data in any order. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 299a5e31b..2501b893d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-22 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-parse-flags): Parse the data in any order. + * gnus-int.el (gnus-open-server): Add tracing for performance debugging. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 894d4495e..16eb5944a 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -888,6 +888,7 @@ not done by default on servers that doesn't support that command.") (and (search-forward "PERMANENTFLAGS " (or end (point-min)) t) (read (current-buffer)))) + (goto-char start) (setq uidnext (and (search-forward "UIDNEXT " (or end (point-min)) t)