diff options
| author | Andrew G Cohen | 2022-03-04 16:20:01 +0800 |
|---|---|---|
| committer | Andrew G Cohen | 2022-03-04 16:20:01 +0800 |
| commit | 62d97d4afd4a13cb2cd0f7eacbc4b5af1d620cf7 (patch) | |
| tree | 08f020dd66efe809f71993da7b4d16eadbb562b6 /doc/misc | |
| parent | 4f6583ab8a6f1f8e2329bf0b683277101447948d (diff) | |
| download | emacs-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.texi | 6 |
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 | |||
| 21735 | that sticks around after exit from the summary buffer, you can call | 21735 | that 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 | ||
| 21738 | Unlike persistent groups, ephemeral groups by default do not run | ||
| 21739 | articles through the expiry process on exiting. If you want expiry to | ||
| 21740 | happen in ephemeral search groups you can customize the variable | ||
| 21741 | @code{nnselect-allow-ephemeral-expiry}. In all cases the expiry | ||
| 21742 | process uses the underlying group's expiry parameters. | ||
| 21743 | |||
| 21738 | So you just performed a search whose results are so fabulous you | 21744 | So you just performed a search whose results are so fabulous you |
| 21739 | wished you had done a persistent search rather than an ephemeral one? | 21745 | wished you had done a persistent search rather than an ephemeral one? |
| 21740 | No problem; you can create such a group by calling | 21746 | No problem; you can create such a group by calling |