Changes committed gnus/lisp (ChangeLog pop3.el)

"Lars Magne Ingebrigtsen" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog pop3.el

(pop3-movemail): Change the sit-for from 0.1 to 0.01, which
seems to make mail retrieval much, much faster.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1861 gnus/lisp/ChangeLog:7.1862
--- ChangeLog:7.1861	Mon May 19 14:01:17 2008
+++ ChangeLog	Mon May 19 17:25:56 2008
@@ -1,5 +1,8 @@
 2008-05-19  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
+	seems to make mail retrieval much, much faster.
+
 	* gnus-draft.el (gnus-group-send-queue): Bind
 	message-send-mail-partially-limit to nil to avoid being prompted.
 
Index: pop3.el
diff -u gnus/lisp/pop3.el:7.34 gnus/lisp/pop3.el:7.35
--- pop3.el:7.34	Mon May 19 10:47:42 2008
+++ pop3.el	Mon May 19 17:25:56 2008
@@ -169,7 +169,7 @@
           (unless pop3-leave-mail-on-server
             (pop3-dele process n))
 	  (setq n (+ 1 n))
-	  (if pop3-debug (sit-for 1) (sit-for 0.1))) ; why?
+	  (if pop3-debug (sit-for 1) (sit-for 0.01))) ; why?
       (when (and pop3-leave-mail-on-server
 		 (> n 1))
 	(message "pop3.el doesn't support UIDL.  Setting `pop3-leave-mail-on-server'
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.