On Fri, Jun 16, 2000 at 12:16:28AM +0200, Michael Tatge wrote:
> Are you sure you had more than 1 message in the folder?

On Fri, Jun 16, 2000 at 02:33:56AM +0300, Mikko Hänninen wrote:
> I've seen this situation when the folder has only one message, the mini
> index at the top doesn't use up the full assigned space in that case.
> 
> If the folder had more than one email, then I don't know...

I think I now understand what had happened.  The folder had more than ten
messages, but a limit pattern matching only a single message was active.

Suggested documentation patch:

--- init.h      2000/06/15 21:37:05     2.96
+++ init.h      2000/06/16 00:07:36
@@ -1057,9 +1057,9 @@
   ** remain to be read in the current thread.  One of the lines is reserved
   ** for the status bar from the index, so a \fIpager_index_lines\fP of 6
   ** will only show 5 lines of the actual index.  A value of 0 results in
-  ** no index being shown.  If the number of messages in the current folder
-  ** is less than \fIpager_index_lines\fP, then the index will only use as
-  ** many lines as it needs.
+  ** no index being shown.  If the number of visible messages in the current
+  ** folder is less than \fIpager_index_lines\fP, then the index will only
+  ** use as any lines as it needs.
   */
   { "pager_stop",      DT_BOOL, R_NONE, OPTPAGERSTOP, 0 },
   /*


Marius Gedminas
-- 
"Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)"
(Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi)

Reply via email to