diff options
| author | James Thomas | 2024-07-16 07:04:23 +0530 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-20 11:58:20 +0300 |
| commit | ea30ffc52b3297b4fbefa1fd591b8d0eece5bfc6 (patch) | |
| tree | 484cb11a9e26173353995a0314773d54b72c9520 | |
| parent | 07b1a36f78c33d111da9a59d6f92ee6d0395d816 (diff) | |
| download | emacs-ea30ffc52b3297b4fbefa1fd591b8d0eece5bfc6.tar.gz emacs-ea30ffc52b3297b4fbefa1fd591b8d0eece5bfc6.zip | |
; * doc/misc/gnus.texi (Agent Caveats): Fix doc
* doc/misc/gnus.texi (Agent Caveats): Change doc due to commit
2020-10-16 "Add a new variable to control Gnus Agent caching"
(41d220dc6085, bug#43356). (Bug#72134)
| -rw-r--r-- | doc/misc/gnus.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 72a16a179b5..d0ede930996 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -19842,7 +19842,8 @@ may ask: | |||
| 19842 | @table @dfn | 19842 | @table @dfn |
| 19843 | @item If I read an article while plugged, do they get entered into the Agent? | 19843 | @item If I read an article while plugged, do they get entered into the Agent? |
| 19844 | 19844 | ||
| 19845 | @strong{No}. If you want this behavior, add | 19845 | Yes, because of the default value of |
| 19846 | @code{gnus-agent-eagerly-store-articles}. An alternative is to add | ||
| 19846 | @code{gnus-agent-fetch-selected-article} to | 19847 | @code{gnus-agent-fetch-selected-article} to |
| 19847 | @code{gnus-select-article-hook}. | 19848 | @code{gnus-select-article-hook}. |
| 19848 | 19849 | ||