X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ae9b723f054219598687babf6ae16b5177604460..b3934fc32dd04ef0bbcce846f151f4fdf40bff54:/man/mark.man?ds=inline diff --git a/man/mark.man b/man/mark.man index 74bdfe6c..6fa455a4 100644 --- a/man/mark.man +++ b/man/mark.man @@ -1,4 +1,4 @@ -.TH MARK %manext1% "February 11, 2012" "%nmhversion%" +.TH MARK %manext1% "March 31, 2013" "%nmhversion%" .\" .\" %nmhwarning% .\" @@ -97,8 +97,8 @@ As expected, the command .B \-sequence .I foo .B \-delete -all\*(rq -deletes the sequence \*(lqfoo\*(rq from the current folder. +all\*(rq empties the sequence \*(lqfoo\*(rq, and therefore removes +that sequence from the current folder's list of sequences. .PP When creating or modifying sequences, you can specify the switches .B \-public @@ -143,7 +143,7 @@ will be listed. The switch does not affect the operation of .BR \-list . .PP -The current restrictions on sequences are: +The restrictions on sequences are: .PP .IP \(bu 2 The name used to denote a message sequence must consist of an alphabetic @@ -152,12 +152,6 @@ be one of the (reserved) message names \*(lqnew\*(rq, \*(lqfirst\*(rq, \*(lqlast\*(rq, \*(lqall\*(rq, \*(lqnext\*(rq, or \*(lqprev\*(rq. .PP .IP \(bu 2 -Only a certain number of sequences may be defined for a given folder. -This number is usually limited to 27 (11 on small systems). (The -internal implementation relies on bitmasks, with some bits set aside -for internal use.) -.PP -.IP \(bu 2 Message ranges with user\-defined sequence names are restricted to the form \*(lqname:n\*(rq, \*(lqname:+n\*(rq, or \*(lqname:-n\*(rq, and refer to the first or last `n' messages of the sequence `name', respectively.