aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorAndrew G Cohen2022-03-04 16:20:01 +0800
committerAndrew G Cohen2022-03-04 16:20:01 +0800
commit62d97d4afd4a13cb2cd0f7eacbc4b5af1d620cf7 (patch)
tree08f020dd66efe809f71993da7b4d16eadbb562b6 /doc/misc
parent4f6583ab8a6f1f8e2329bf0b683277101447948d (diff)
downloademacs-62d97d4afd4a13cb2cd0f7eacbc4b5af1d620cf7.tar.gz
emacs-62d97d4afd4a13cb2cd0f7eacbc4b5af1d620cf7.zip
Turn expiry on for nnselect groups
Articles in (persistent) groups from the gnus/nnselect backend will now be run through the expiry process upon exit, like other persistent groups. Expiry is not on by default for ephemeral nnselect groups but may be turned on with nnselect-allow-ephemeral-expiry set to t. * lisp/gnus/nnselect.el (nnselect-request-expire-articles): Make article expiry work. (nnselect-allow-ephemeral-expiry): New variable. * doc/misc/gnus.texi (Creating Search Groups): Document nnselect-allow-ephemeral-expiry.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a3def495c44..20a2d920841 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -21735,6 +21735,12 @@ articles are drawn. If you want to create a @emph{persistent} group
21735that sticks around after exit from the summary buffer, you can call 21735that sticks around after exit from the summary buffer, you can call
21736@code{gnus-group-make-search-group} (bound to @kbd{G g}). 21736@code{gnus-group-make-search-group} (bound to @kbd{G g}).
21737 21737
21738Unlike persistent groups, ephemeral groups by default do not run
21739articles through the expiry process on exiting. If you want expiry to
21740happen in ephemeral search groups you can customize the variable
21741@code{nnselect-allow-ephemeral-expiry}. In all cases the expiry
21742process uses the underlying group's expiry parameters.
21743
21738So you just performed a search whose results are so fabulous you 21744So you just performed a search whose results are so fabulous you
21739wished you had done a persistent search rather than an ephemeral one? 21745wished you had done a persistent search rather than an ephemeral one?
21740No problem; you can create such a group by calling 21746No problem; you can create such a group by calling