Progress Options#
$net_inc#
- Description:
Update the progress bar after this many KB sent/received (0 to disable)
- Type:
- Notes:
- Default:
set net_inc = 10
Operations that expect to transfer a large amount of data over the network will update their progress every $net_inc kilobytes.
If set to 0, no progress messages will be displayed.
See also
$read_inc, $write_inc and $net_inc
$read_inc#
- Description:
Update the progress bar after this many records read (0 to disable)
- Type:
- Notes:
- Default:
set read_inc = 10
If set to a value greater than 0, NeoMutt will display which message it is currently on when reading a mailbox or when performing search actions such as search and limit. The message is printed after this many messages have been read or searched (e.g., if set to 25, NeoMutt will print a message when it is at message 25, and then again when it gets to message 50). Indicate progress when 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.
See also
$time_inc#
- Description:
Frequency of progress bar updates (milliseconds)
- Type:
- Notes:
- Default:
set time_inc = 0
Along with $read_inc, $write_inc, and $net_inc, this option controls the frequency with which progress updates are displayed.
It suppresses updates less than $time_inc milliseconds apart.
This can improve throughput on systems with slow terminals, or when running NeoMutt on a remote system.
See also
$write_inc#
- Description:
Update the progress bar after this many records written (0 to disable)
- Type:
- Notes:
- Default:
set write_inc = 10
When writing a mailbox, a message will be printed every $write_inc messages to indicate progress.
If set to 0, only a single message will be displayed before writing a mailbox.