Fix gnus-cloud-download-all-data return value
* lisp/gnus/gnus-cloud.el (gnus-cloud-download-data): Return the result of calling `gnus-cloud-update-all' when UPDATE is t, as per the documented behaviour. (Bug#40280)
This commit is contained in:
parent
30ff2433b1
commit
7fd3f0b381
1 changed files with 2 additions and 2 deletions
|
@ -478,8 +478,8 @@ Otherwise, returns the Gnus Cloud data chunks."
|
|||
(push (gnus-cloud-parse-chunk) chunks)
|
||||
(forward-line 1))))
|
||||
(if update
|
||||
(progn
|
||||
(mapc #'gnus-cloud-update-all chunks)
|
||||
(prog1
|
||||
(mapcar #'gnus-cloud-update-all chunks)
|
||||
(setq gnus-cloud-sequence highest-sequence-seen))
|
||||
chunks)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue