Fix previous nnimap header fetching change

* lisp/gnus/nnimap.el (nnimap-retrieve-headers): Ensure that the
splitting works.
This commit is contained in:
Lars Ingebrigtsen 2022-06-24 08:57:30 +02:00
parent 289b457cac
commit 4266871467

View 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,