]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous nnimap header fetching change
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 06:57:30 +0000 (08:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 07:57:01 +0000 (09:57 +0200)
* lisp/gnus/nnimap.el (nnimap-retrieve-headers): Ensure that the
splitting works.

lisp/gnus/nnimap.el

index c158367b736ee8963d73c7938b1d8a40f46e42d2..a69b5c77270b7ddbe0d060bf54d6d7ffae5f7a65 100644 (file)
@@ -239,7 +239,7 @@ during splitting, which may be slow."
     (when (nnimap-change-group group server)
       (with-current-buffer (nnimap-buffer)
        (erase-buffer)
-        (let ((ranges (gnus-compress-sequence articles))
+        (let ((ranges (gnus-compress-sequence articles t))
               sequence)
           ;; If we have a lot of ranges, split them up to avoid
           ;; generating too-long lines.  (The limit is 8192 octects,