diff 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
line wrap: on
line diff
--- a/docs/noffle.conf.5	Mon Oct 22 14:41:43 2001 +0100
+++ b/docs/noffle.conf.5	Tue Oct 30 12:42:13 2001 +0000
@@ -1,5 +1,5 @@
 .TH noffle.conf 5
-.\" $Id: noffle.conf.5 311 2001-10-21 11:00:12Z bears $
+.\" $Id: noffle.conf.5 313 2001-10-30 12:42:13Z bears $
 
 .SH NAME
 noffle.conf \- Configuration file for NOFFLE news server
@@ -140,7 +140,7 @@
 .TP
 .B auto-unsubscribe yes|no
 Automatically remove groups from fetch list if they have not been
-accessed for a number days. Groups are only unsubscribed if there
+accessed for a number of days. Groups are only unsubscribed if there
 are fresh articles arriving and remaining unread.
 .br
 Default: no
@@ -345,9 +345,11 @@
 .PP
 .B action
 =
-.IR "full|over|thread|discard" .
-Specifies the action to be taken if the filter matches. If not specified,
-the default action is as specified by the group's default subscription mode.
+.IR "full|over|thread|discard|default" .
+Specifies the action to be taken if the filter matches. If not specified
+or specified as
+.BR default ,
+the action is as specified by the group's subscription mode.
 .PP
 .B group
 =