projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289b457
)
Fix previous nnimap header fetching change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 24 Jun 2022 06:57:30 +0000
(08:57 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index c158367b736ee8963d73c7938b1d8a40f46e42d2..a69b5c77270b7ddbe0d060bf54d6d7ffae5f7a65 100644
(file)
--- 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,