aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-05 22:49:25 +0000
committerKatsumi Yamaoka2011-07-05 22:49:25 +0000
commit0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414 (patch)
tree6c031909fcd09de8de44b0aab51df8a50fbb729d /doc
parentd30dd079c92097ac9eee48d574ce609da778b50f (diff)
downloademacs-0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414.tar.gz
emacs-0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414.zip
gnus.texi (Filtering New Groups): Clarify how simple the "options -n" format is.
(Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog3
-rw-r--r--doc/misc/gnus.texi9
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f6a6c396ef4..ff5831caa12 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,6 +1,9 @@
12011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks. 3 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
4 (Filtering New Groups): Clarify how simple the "options -n" format is.
5 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
6 is internal.
4 7
52011-07-04 Michael Albinus <michael.albinus@gmx.de> 82011-07-04 Michael Albinus <michael.albinus@gmx.de>
6 9
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index c9206363a9b..439ff7fbc55 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -1302,6 +1302,10 @@ subscribing these groups.
1302@code{gnus-subscribe-options-newsgroup-method} is used instead. This 1302@code{gnus-subscribe-options-newsgroup-method} is used instead. This
1303variable defaults to @code{gnus-subscribe-alphabetically}. 1303variable defaults to @code{gnus-subscribe-alphabetically}.
1304 1304
1305The ``options -n'' format is very simplistic. The syntax above is all
1306that is supports -- you can force-subscribe hierarchies, or you can
1307deny hierarchies, and that's it.
1308
1305@vindex gnus-options-not-subscribe 1309@vindex gnus-options-not-subscribe
1306@vindex gnus-options-subscribe 1310@vindex gnus-options-subscribe
1307If you don't want to mess with your @file{.newsrc} file, you can just 1311If you don't want to mess with your @file{.newsrc} file, you can just
@@ -19006,9 +19010,8 @@ that you're running out of space. Neither are particularly fast or
19006efficient, and it's not a particularly good idea to interrupt them (with 19010efficient, and it's not a particularly good idea to interrupt them (with
19007@kbd{C-g} or anything else) once you've started one of them. 19011@kbd{C-g} or anything else) once you've started one of them.
19008 19012
19009Note that other functions, e.g. @code{gnus-request-expire-articles}, 19013Note that other functions might run @code{gnus-agent-expire} for you
19010might run @code{gnus-agent-expire} for you to keep the agent 19014to keep the agent synchronized with the group.
19011synchronized with the group.
19012 19015
19013The agent parameter @code{agent-enable-expiration} may be used to 19016The agent parameter @code{agent-enable-expiration} may be used to
19014prevent expiration in selected groups. 19017prevent expiration in selected groups.