Changes committed gnus/lisp (ChangeLog nnimap.el)

"Simon Josefsson" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog nnimap.el

* nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
a 100 byte status-checks into a 2-3MB transfer for each group.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1820 gnus/lisp/ChangeLog:7.1821
--- ChangeLog:7.1820	Sat Mar 29 13:02:00 2008
+++ ChangeLog	Tue Apr  1 16:13:22 2008
@@ -1,3 +1,8 @@
+2008-04-01  Simon Josefsson  <[email protected]>
+
+	* nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
+	a 100 byte status-checks into a 2-3MB transfer for each group.
+
 2008-03-29  Sven Joachim  <[email protected]>
 
 	* gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
Index: nnimap.el
diff -u gnus/lisp/nnimap.el:7.43 gnus/lisp/nnimap.el:7.44
--- nnimap.el:7.43	Fri Mar 28 15:36:45 2008
+++ nnimap.el	Tue Apr  1 16:13:22 2008
@@ -555,7 +555,7 @@
 	      (imap-mailbox-select group examine))
       (let (minuid maxuid)
 	(when (> (imap-mailbox-get 'exists) 0)
-	  (imap-fetch "1:*" "UID" nil 'nouidfetch)
+	  (imap-fetch "1,*" "UID" nil 'nouidfetch)
 	  (imap-message-map (lambda (uid Uid)
 			      (setq minuid (if minuid (min minuid uid) uid)
 				    maxuid (if maxuid (max maxuid uid) uid)))
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.