From 93d0dbc35865a7118d1dec28e19fda4bb31ba691 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Sat, 11 Feb 2012 13:06:47 -0500 Subject: [PATCH] correct the maximum number of sequences in the mark(1) man page also add a note explaining the somewhat low limit. --- man/mark.man | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/mark.man b/man/mark.man index eff4bf0..130b4fd 100644 --- a/man/mark.man +++ b/man/mark.man @@ -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 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 -- 1.7.10.4