emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4266871467: Fix previous nnimap header fetching change


From: Lars Ingebrigtsen
Subject: master 4266871467: Fix previous nnimap header fetching change
Date: Fri, 24 Jun 2022 03:57:48 -0400 (EDT)

branch: master
commit 4266871467ebcd67ea978e28a9b9ebfccd9b4d6d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix previous nnimap header fetching change
    
    * lisp/gnus/nnimap.el (nnimap-retrieve-headers): Ensure that the
    splitting works.
---
 lisp/gnus/nnimap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index c158367b73..a69b5c7727 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]