[gnus git] branch master updated: n0-17-170-g5284429 =2= (Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal. ; (Filtering New Groups): Clarify how simple the "options -n" format is.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5284429cff222a6b6bbc7d5f3d4e2cf0d6a73fbb (commit)
via af80c995d59c8a996aa4bf85c103b388695dd95a (commit)
from 9f55017919996a514cf052784b7ebccae5499030 (commit)
- Log -----------------------------------------------------------------
commit 5284429cff222a6b6bbc7d5f3d4e2cf0d6a73fbb
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Jul 6 00:33:32 2011 +0200
(Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 4a959a6..1e4aba2 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -2,6 +2,8 @@
* 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-03 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/texi/gnus.texi b/texi/gnus.texi
index a312184..ceeb0a6 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -19010,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.
commit af80c995d59c8a996aa4bf85c103b388695dd95a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jul 5 23:53:00 2011 +0200
(Filtering New Groups): Clarify how simple the "options -n" format is.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 478c793..4a959a6 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,6 +1,7 @@
2011-07-05 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
+ (Filtering New Groups): Clarify how simple the "options -n" format is.
2011-07-03 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/texi/gnus.texi b/texi/gnus.texi
index e6f5d6b..a312184 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 3 +++
texi/gnus.texi | 9 ++++++---
2 files changed, 9 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project