History Dialog#
Introduction β Where am I?#
The History Dialog is the prompt history picker. It appears when you ask NeoMutt to browse previous input for the current prompt category, such as commands, searches, filenames, or addresses. Its purpose is to save typing and help you reuse complicated strings accurately.
set alias_format reset alias_format set real_name="John Smith" set quit=ask-no set all reset folder_format set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %i" set hide_thread_subject=no set pager_index_lines=0 reset status_format History 'set ' :set
What am I looking at?#
The list shows prior inputs of the same history type, filtered by the text already present in the current prompt.
The highlighted row is the history entry that will be inserted if you select it.
The status line names the history category and the current filter text.
The prompt line at the bottom shows the live input that will receive the selected history value.
What can I do?#
Browse earlier commands, searches, addresses, filenames, and other prompt inputs.
Reuse a previous entry without retyping it.
Narrow the list by typing part of the text first, then opening history.
Exit without changing the current prompt.
Full reference: Dialog Functions, Editor Functions.
Where can I go next?#
Selecting an entry returns you to the Message Window prompt that opened history.
Cancelling also returns you to the original prompt unchanged.
Where did I come from?#
Any prompt handled by the Message Window can open history through editor history keys.
Common sources are the command line, search prompts, limit prompts, filename prompts, and recipient-entry prompts.
How do I configure this?#
Start with History Config.
Common options include
$history,$history_file,$history_format,$history_remove_dups, and$save_history.History is usually tuned with generic commands such as
:set,:unset, and:reset.Colours come from Colour Objects, especially
indicator,status,prompt,message, andnormal.