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.
I 1 <no description> [multipa/mixed, 7bit, 14K] I 2 ββ><no description> [text/plain, 7bit, us-ascii, 0.7K] A 3 ββ>misc.md [text/markdown, 7bit, us-ascii, 0.3K] A 4 ββ>welcome.md [text/markdown, 7bit, us-ascii, 1.0K] A 5 ββ>goals.md [text/markdown, 7bit, us-ascii, 1.9K] A 6 ββ>plurals.md [text/markdown, quoted, utf-8, 2.2K] A 7 ββ>coordinating.md [text/markdown, quoted, us-ascii, 1.2K] A 8 ββ>power-editing.md [text/markdown, 7bit, us-ascii, 2.0K] A 9 ββ>manager.txt [text/plain, quoted, utf-8, 4.6K] Attachments
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?#
q returns to the Index Dialog or Pager Dialog that opened the attachment tree.
Viewing text or copious-output attachments can open one of the Simple Pagers.
Replying or forwarding opens the Compose Dialog.
Saving or piping an attachment may briefly use the Browser Dialog or the Message Window for filenames and commands.
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?#
Start with Attach Config, Send Config, and MIME Commands.
Common options include
$attach_save_dir,$attach_save_without_prompting,$attach_sep,$attach_split,$message_format,$mime_forward, and$mime_forward_rest.Useful commands include
:attachments,:unattachments,:auto-view,:unauto-view,:alternative-order, and:mime-lookup.Colours come from Colour Objects, especially
attachment,tree,indicator,status, andmessage.