From a125680aa809e232cca00d71d7c67c87c96bb73e Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 22 May 2008 16:34:05 +0200 Subject: [PATCH] Document that $check_mbox_size should be set before mailboxes commands --- init.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.h b/init.h index ebc625ca..ff282a0d 100644 --- a/init.h +++ b/init.h @@ -313,6 +313,12 @@ struct option_t MuttVars[] = { ** .pp ** This variable is \fIunset\fP by default and should only be enabled when ** new mail detection for these folder types is unreliable or doesn't work. + ** .pp + ** Note that enabling this variable should happen before any ``mailboxes'' + ** directives occur in configuration files regarding mbox or mmdf folders + ** because mutt needs to determine the initial new mail status of such a + ** mailbox by performing a fast mailbox scan when it is defined. + ** Afterwards the new mail status is tracked by file size changes. */ { "charset", DT_STR, R_NONE, UL &Charset, UL 0 }, /* -- 2.50.1