]> granicus.if.org Git - mutt/commitdiff
Note that $read_inc also affects search/limit progress updates now.
authorRocco Rutte <pdmef@gmx.net>
Mon, 20 Nov 2006 17:49:56 +0000 (17:49 +0000)
committerRocco Rutte <pdmef@gmx.net>
Mon, 20 Nov 2006 17:49:56 +0000 (17:49 +0000)
init.h

diff --git a/init.h b/init.h
index 66575f582043ecc28fa50f21fcb58bd76688b2ce..fd9c78c501274783c7813cc5753a8e9740ad2e3e 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2243,15 +2243,17 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** If set to a value greater than 0, Mutt will display which message it
-  ** is currently on when reading a mailbox.  The message is printed after
-  ** \fIread_inc\fP messages have been read (e.g., if set to 25, Mutt will
-  ** print a message when it reads message 25, and then again when it gets
+  ** is currently on when reading a mailbox or when performing search actions
+  ** such as search and limit. The message is printed after
+  ** \fIread_inc\fP messages have been read or searched (e.g., if set to 25, Mutt will
+  ** print a message when it is at message 25, and then again when it gets
   ** to message 50).  This variable is meant to indicate progress when
-  ** reading large mailboxes which may take some time.
+  ** reading or searching large mailboxes which may take some time.
   ** When set to 0, only a single message will appear before the reading
   ** the mailbox.
   ** .pp
-  ** Also see the ``$$write_inc'' variable.
+  ** Also see the ``$$write_inc'' variable and the ``Tuning'' section of the
+  ** manual for performance considerations.
   */
   { "read_only",       DT_BOOL, R_NONE, OPTREADONLY, 0 },
   /*