diff lisp/gnus/gnus-agent.el @ 111972:3b8b4f28c758

gnus-agent.el: Indent. gnus.texi: Fix a couple nnir -> @code{nnir} things. nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the QRESYNC command by deleting a superfluous space which broke Cyrus servers. This change will break other servers that are buggy the other way around. gnus.texi (The hyrex Engine): Say that this engine as obsolete.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 15 Dec 2010 22:24:36 +0000
parents db63bc492d85
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/gnus/gnus-agent.el	Wed Dec 15 00:16:53 2010 -0800
+++ b/lisp/gnus/gnus-agent.el	Wed Dec 15 22:24:36 2010 +0000
@@ -1513,7 +1513,7 @@
   "Fetch ARTICLES from GROUP and put them into the Agent."
   (when articles
     (gnus-agent-load-alist group)
-    (let* ((alist   gnus-agent-article-alist)
+    (let* ((alist gnus-agent-article-alist)
            (headers (if (< (length articles) 2) nil gnus-newsgroup-headers))
            (selected-sets (list nil))
            (current-set-size 0)
@@ -1555,9 +1555,9 @@
                                       ;; 65 char/line.  If the line count
                                       ;; is missing, arbitrarily assume a
                                       ;; size of 1000 characters.
-                                    (max (* 65 (mail-header-lines
-                                                (car headers)))
-                                         1000)
+				      (max (* 65 (mail-header-lines
+						  (car headers)))
+					   1000)
                                     char-size))
 			      0))))
             (setcar selected-sets (nreverse (car selected-sets)))