diff options
| author | Lars Magne Ingebrigtsen | 2011-07-05 22:49:25 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-07-05 22:49:25 +0000 |
| commit | 0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414 (patch) | |
| tree | 6c031909fcd09de8de44b0aab51df8a50fbb729d /doc | |
| parent | d30dd079c92097ac9eee48d574ce609da778b50f (diff) | |
| download | emacs-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/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 9 |
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 @@ | |||
| 1 | 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-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 | ||
| 5 | 2011-07-04 Michael Albinus <michael.albinus@gmx.de> | 8 | 2011-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 |
| 1303 | variable defaults to @code{gnus-subscribe-alphabetically}. | 1303 | variable defaults to @code{gnus-subscribe-alphabetically}. |
| 1304 | 1304 | ||
| 1305 | The ``options -n'' format is very simplistic. The syntax above is all | ||
| 1306 | that is supports -- you can force-subscribe hierarchies, or you can | ||
| 1307 | deny 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 |
| 1307 | If you don't want to mess with your @file{.newsrc} file, you can just | 1311 | 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 | |||
| 19006 | efficient, and it's not a particularly good idea to interrupt them (with | 19010 | efficient, 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 | ||
| 19009 | Note that other functions, e.g. @code{gnus-request-expire-articles}, | 19013 | Note that other functions might run @code{gnus-agent-expire} for you |
| 19010 | might run @code{gnus-agent-expire} for you to keep the agent | 19014 | to keep the agent synchronized with the group. |
| 19011 | synchronized with the group. | ||
| 19012 | 19015 | ||
| 19013 | The agent parameter @code{agent-enable-expiration} may be used to | 19016 | The agent parameter @code{agent-enable-expiration} may be used to |
| 19014 | prevent expiration in selected groups. | 19017 | prevent expiration in selected groups. |