Mercurial > noffle
comparison docs/noffle.conf.5 @ 194:a4e9a20e50e5 noffle
[svn] * docs/noffle.conf.5,src/configfile.c,src/filter.h,src/filter.c:
Contrary to the documentation, the action of a filter if not specified
was 'full'. Add a new 'default' action which makes the action that of the
group's subscription mode. Make this the default action, and allow
'default' to be specified explicitly as the action in the filter
definition. Adapted from patch submitted by Mirko Liss. Thanks, Mirko.
* docs/noffle.conf.5: Correct small typo.
author | bears |
---|---|
date | Tue, 30 Oct 2001 12:42:13 +0000 |
parents | b9ef99708d1c |
children | 76460d98b2fb |
comparison
equal
deleted
inserted
replaced
193:021d145e34e9 | 194:a4e9a20e50e5 |
---|---|
1 .TH noffle.conf 5 | 1 .TH noffle.conf 5 |
2 .\" $Id: noffle.conf.5 311 2001-10-21 11:00:12Z bears $ | 2 .\" $Id: noffle.conf.5 313 2001-10-30 12:42:13Z bears $ |
3 | 3 |
4 .SH NAME | 4 .SH NAME |
5 noffle.conf \- Configuration file for NOFFLE news server | 5 noffle.conf \- Configuration file for NOFFLE news server |
6 | 6 |
7 .SH DESCRIPTION | 7 .SH DESCRIPTION |
138 Default: <empty string> | 138 Default: <empty string> |
139 | 139 |
140 .TP | 140 .TP |
141 .B auto-unsubscribe yes|no | 141 .B auto-unsubscribe yes|no |
142 Automatically remove groups from fetch list if they have not been | 142 Automatically remove groups from fetch list if they have not been |
143 accessed for a number days. Groups are only unsubscribed if there | 143 accessed for a number of days. Groups are only unsubscribed if there |
144 are fresh articles arriving and remaining unread. | 144 are fresh articles arriving and remaining unread. |
145 .br | 145 .br |
146 Default: no | 146 Default: no |
147 | 147 |
148 .TP | 148 .TP |
343 keyword on the line. The available specifications are: | 343 keyword on the line. The available specifications are: |
344 | 344 |
345 .PP | 345 .PP |
346 .B action | 346 .B action |
347 = | 347 = |
348 .IR "full|over|thread|discard" . | 348 .IR "full|over|thread|discard|default" . |
349 Specifies the action to be taken if the filter matches. If not specified, | 349 Specifies the action to be taken if the filter matches. If not specified |
350 the default action is as specified by the group's default subscription mode. | 350 or specified as |
351 .BR default , | |
352 the action is as specified by the group's subscription mode. | |
351 .PP | 353 .PP |
352 .B group | 354 .B group |
353 = | 355 = |
354 .IR "<group pattern>" . | 356 .IR "<group pattern>" . |
355 Matches if any group in which the article appears matches the | 357 Matches if any group in which the article appears matches the |