comparison docs/noffle.1 @ 482:a04c52f87b6e noffle

[svn] * docs/noffle.1,src/database.h,src/database.c,src/noffle.c,src/server.c: Add new '-U, --uninteresting' option. This removes an article from the list of requested articles and removes its INTERESTING marker.
author bears
date Thu, 14 Oct 2004 00:26:48 +0100
parents 48be71391b9d
children a5a37849dc04
comparison
equal deleted inserted replaced
481:0a5dc5f69746 482:a04c52f87b6e
1 .TH noffle 1 1 .TH noffle 1
2 .\" $Id: noffle.1 624 2004-07-09 15:27:20Z bears $ 2 .\" $Id: noffle.1 629 2004-10-13 23:26:48Z bears $
3 .SH NAME 3 .SH NAME
4 noffle \- Usenet package optimized for dialup connections. 4 noffle \- Usenet package optimized for dialup connections.
5 5
6 .SH SYNOPSIS 6 .SH SYNOPSIS
7 7
74 .B noffle 74 .B noffle
75 \-t | \-\-subscribe\-thread <group> 75 \-t | \-\-subscribe\-thread <group>
76 .br 76 .br
77 .B noffle 77 .B noffle
78 \-u | \-\-unsubscribe <group> 78 \-u | \-\-unsubscribe <group>
79 .B noffle
80 \-U | \-\-uninteresting <message id>
81 .B noffle
82 \-v | \-\-version
79 83
80 .SH DESCRIPTION 84 .SH DESCRIPTION
81 85
82 .B NOFFLE 86 .B NOFFLE
83 is an Usenet package optimized for low speed dialup Internet connections 87 is an Usenet package optimized for low speed dialup Internet connections
381 be fetched. 385 be fetched.
382 .br 386 .br
383 This option is only available to news administrators. 387 This option is only available to news administrators.
384 388
385 .TP 389 .TP
390 .B \-U, \-\-uninteresting <message id>
391 Remove the article from the list of articles to be fetched from the
392 server and mark the article as not to be fetched unless read again.
393 .br
394 This option is only available to news administrators.
395
396 .TP
386 .B \-v, \-\-version 397 .B \-v, \-\-version
387 Reports the 398 Reports the
388 .B NOFFLE 399 .B NOFFLE
389 version number. 400 version number.
390 401