Fix previous nnimap header fetching change
* lisp/gnus/nnimap.el (nnimap-retrieve-headers): Ensure that the splitting works.
This commit is contained in:
parent
289b457cac
commit
4266871467
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue