Under Development
stars

Attach Dialog#

Introduction – Where am I?#

The Attach Dialog is NeoMutt’s MIME part browser. It lists the attachments and multipart structure of the current message so you can inspect, save, view, print, or pipe individual parts. It is sometimes called the attachment menu or attachment tree.

Attach Dialog

What am I looking at?#

  • The main list shows one MIME part per row, including nesting, flags, filename, content type, encoding, character set, and size.

  • Tree characters show the structure of multipart messages, so you can tell which parts belong together.

  • The highlighted row is the attachment or MIME container NeoMutt will act on.

  • The status line identifies the dialog and keeps orientation while you move through a complex message.

What can I do?#

  • View an attachment with the internal pager, as plain text, or through a mailcap viewer.

  • Save or print the selected part, or pipe it to an external command.

  • Reply, forward, group-reply, or bounce while staying focused on the current message’s attachments.

  • Extract supported public keys from a message and inspect encrypted or signed content.

  • Collapse multipart branches to simplify very large attachment trees.

  • Full reference: Attach Functions, Generic Functions.

Where can I go next?#

Where did I come from?#

  • You usually arrive from the Index Dialog or Pager Dialog via <view-attachments>.

  • The current message context comes with you, so all actions still refer to the message you were reading.

How do I configure this?#