From 38ada11179b45273156ad158afb2833d2e31b98c Mon Sep 17 00:00:00 2001
From: markus schnalke <meillo@marmaro.de>
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 24d84ff9..b0b93cad 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
-- 
2.39.5