]> git.eshelyaron.com Git - emacs.git/commit
Fixes to gnus-agent-retrieve-headers girzel/gnus-headers
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 17 Jan 2021 02:37:57 +0000 (18:37 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 17 Jan 2021 02:37:57 +0000 (18:37 -0800)
commit943011de8e1fe0337a7b4b9a643fd647f00e0a84
treeaa8df42d02a91641fefb84e15aa656203849aad4
parent84e80376424b7da9731ac3a2d0223833544fb63b
Fixes to gnus-agent-retrieve-headers

* lisp/gnus/gnus-agent.el (gnus-agent-retrieve-headers): The
sort->append call was altering fetched-headers in-place. Also, we
should explicitly sort-numeric-fields in this
function. gnus-agent-check-overview-buffer will do this, but treats it
as a failure mode and will make a backup of the overview file.
lisp/gnus/gnus-agent.el