Under Development
stars

Index Dialog#

Introduction – Where am I?#

The Index Dialog is NeoMutt’s home screen: the mailbox view where you browse messages one line at a time. It is also called the message index, the mailbox index, or simply β€œthe index”. Most workflows start here, and most of the other dialogs eventually return here.

Index Dialog

What am I looking at?#

  • The main panel is the message list, with one row per message showing date, flags, author, subject, thread tree, and size.

  • The highlighted row is the current message; threaded mailboxes use the tree glyphs to show parent and child relationships.

  • The status line summarizes the current mailbox, message counts, sort mode, and your position in the list.

  • Depending on your setup, the Sidebar Panel may appear beside the index and the Pager Dialog may be embedded below it.

  • Temporary prompts, search input, and status messages appear in the Message Window.

What can I do?#

  • Open the current message in the Pager Dialog with <display-message>.

  • Compose new mail or respond to existing mail with <mail>, <reply>, <group-reply>, <list-reply>, <forward-message>, <bounce-message>, and <compose-to-sender>.

  • Organize mail by deleting, undeleting, saving, copying, piping, printing, labeling, tagging, and syncing messages.

  • Change the view by limiting, searching, sorting, threading, collapsing threads, and jumping between unread or tagged mail.

  • Open related tools such as the Attach Dialog, Query Dialog, Autocrypt Dialog, help pages, and the command line.

  • Full reference: Index Functions, Generic Functions, Sidebar Functions.

Where can I go next?#

  • <display-message> opens the Pager Dialog.

  • <mail>, <reply>, <group-reply>, <list-reply>, <forward-message>, <bounce-message>, and <compose-to-sender> open the Compose Dialog.

  • <recall-message> resumes a draft; if there is more than one postponed draft, NeoMutt shows the Postpone Dialog first.

  • <change-folder> can open the Browser Dialog when you ask for mailbox browsing with ?.

  • <view-attachments> opens the Attach Dialog.

  • <query> opens the Query Dialog.

  • <autocrypt-acct-menu> opens the Autocrypt Dialog.

  • ?, <show-log-messages>, :set, :bind, :macro, :version, and :color open the Simple Pagers.

  • :, /, and l use the Message Window.

  • TLS or certificate problems may interrupt the flow with the Certificate Dialog.

Where did I come from?#

  • Normal startup usually lands here directly.

  • Selecting a mailbox in the Browser Dialog opens the index for that mailbox.

  • Quitting the Pager Dialog returns to the index.

  • Sending, postponing, or aborting in the Compose Dialog returns here.

  • Exiting the Attach Dialog, Query Dialog, Autocrypt Dialog, or other short-lived dialogs usually brings you back here.

  • Accepting or rejecting a certificate normally returns to the operation that was trying to show, sync, or open this mailbox.

How do I configure this?#