]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.texi (Filtering New Groups): Clarify how simple the "options -n" format is.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2011 22:49:25 +0000 (22:49 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 5 Jul 2011 22:49:25 +0000 (22:49 +0000)
 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal.

doc/misc/ChangeLog
doc/misc/gnus.texi

index f6a6c396ef44a499086b775cb20ac96afb7ddd9b..ff5831caa12b6a1d84c04da2dc6ba2862ce6ccd7 100644 (file)
@@ -1,6 +1,9 @@
 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
+       (Filtering New Groups): Clarify how simple the "options -n" format is.
+       (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
+       is internal.
 
 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
 
index c9206363a9bf4bdf190c9647f5b5e5525ff2776b..439ff7fbc55b6d25827d085200f043c013031fb8 100644 (file)
@@ -1302,6 +1302,10 @@ subscribing these groups.
 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
 variable defaults to @code{gnus-subscribe-alphabetically}.
 
+The ``options -n'' format is very simplistic.  The syntax above is all
+that is supports -- you can force-subscribe hierarchies, or you can
+deny hierarchies, and that's it.
+
 @vindex gnus-options-not-subscribe
 @vindex gnus-options-subscribe
 If 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
 efficient, and it's not a particularly good idea to interrupt them (with
 @kbd{C-g} or anything else) once you've started one of them.
 
-Note that other functions, e.g. @code{gnus-request-expire-articles},
-might run @code{gnus-agent-expire} for you to keep the agent
-synchronized with the group.
+Note that other functions might run @code{gnus-agent-expire} for you
+to keep the agent synchronized with the group.
 
 The agent parameter @code{agent-enable-expiration} may be used to
 prevent expiration in selected groups.