From 38ada11179b45273156ad158afb2833d2e31b98c Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 27 Mar 2012 12:30:34 +0200 Subject: [PATCH] Correct the maximum number of sequences in the mark(1) man page. Also add a note explaining the somewhat low limit. (Note: mmh's value is different to nmh's.) Pulled in from nmh. Thanks to Ken Hornstein. --- man/mark.man1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/mark.man1 b/man/mark.man1 index 24d84ff..b0b93ca 100644 --- a/man/mark.man1 +++ b/man/mark.man1 @@ -153,7 +153,9 @@ be one of the (reserved) message names \*(lqnew\*(rq, \*(lqfirst\*(rq, .PP .IP \(bu 2 Only a certain number of sequences may be defined for a given folder. -This number is usually limited to 26 (10 on small systems). +This number is usually limited to 29 (13 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 -- 1.7.10.4