]> git.eshelyaron.com Git - emacs.git/commit
Don't eagerly store articles in the Agent by default
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Sep 2020 14:46:11 +0000 (16:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Sep 2020 14:46:11 +0000 (16:46 +0200)
commitdef34a20766ea5179afd5e5ed090a2b86fcccb5e
tree5315814cc1010fa9b396fde5ff37f072522dcd8f
parentc2dea983e8016dab6e76a10d8b02ffbf894e2760
Don't eagerly store articles in the Agent by default

* lisp/gnus/gnus-agent.el (gnus-agent-store-article): Made
obsolete.

* lisp/gnus/gnus-art.el (gnus-request-article-this-buffer): Don't
call it.

* lisp/gnus/gnus-async.el (gnus-async-article-callback): Ditto
(bug#43356).

This partially reverts f3b146e943cd733fb716c75048f24b73826e5f30, which
in was response to what appears to be an erroneous feature-request -
bug#8502.

Instead this should be done instead:

“If I read an article while plugged, do they get entered into the
Agent?”

     *No*. If you want this behavior, add
     ‘gnus-agent-fetch-selected-article’ to
     ‘gnus-select-article-hook’.
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-art.el
lisp/gnus/gnus-async.el