From: Rocco Rutte Date: Tue, 11 Dec 2007 13:49:05 +0000 (+0100) Subject: Manual: mention $time_inc in tuning chapter X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b5bcba3c4bf023445023a593c3d8f4000644c0f;p=neomutt Manual: mention $time_inc in tuning chapter --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 610863edd..4c8513f94 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -6204,6 +6204,14 @@ folder-hook ^pop 'set read_inc=1' +These settings work on a per-message basis. However, as messages may +greatly differ in size and certain operations are much faster than others, +even per-folder settings of the increment variables may not be +desirable as they produce either too few or too much progress updates. +Thus, Mutt allows to limit the number of progress updates per second it'll +actually send to the terminal using the +$time_inc variable. +