From: Lars Ingebrigtsen Date: Fri, 24 Jun 2022 06:57:30 +0000 (+0200) Subject: Fix previous nnimap header fetching change X-Git-Tag: emacs-29.0.90~1447^2~1505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4266871467ebcd67ea978e28a9b9ebfccd9b4d6d;p=emacs.git Fix previous nnimap header fetching change * lisp/gnus/nnimap.el (nnimap-retrieve-headers): Ensure that the splitting works. --- diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index c158367b736..a69b5c77270 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,