Under Development
stars

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.

History Dialog

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?#