This feature adds a new way of using the
Limit Command. The
<limit-current-thread>
function restricts the view to just the current thread. Setting the limit (the
l
key) to
“all” will restore the full email list.
Limit-current-thread adds the following function to NeoMutt. By default, it is not bound to a key.
Table 23.1. Limit-Current-Thread Functions
Menus | Function | Description |
---|---|---|
index |
<limit-current-thread>
|
Limit view to current thread |
# Example NeoMutt config file for the limit-current-thread feature. # Limit view to current thread bind index <esc>L limit-current-thread # vim: syntax=neomuttrc