Compose Dialog#
Introduction β Where am I?#
The Compose Dialog is NeoMuttβs send menu: the final review and editing screen before a message is sent. It is where you adjust the envelope, manage attachments, check security settings, and decide whether to send, postpone, or abandon the draft. You reach it for new mail, replies, forwards, bounces, and recalled drafts.
q:Quit d:Del u:Undel m:Mail r:Reply ?:Help From: Ryan Reynolds <ryanr@yew.com> To: Diane Wiest <dianew@apple.com>, Glenn Close <glennc@kumquat.com> Cc: Jamie Foxx <jamief@olive.com> Bcc: Subject: Party in London Reply-To: Fcc: Security: Sign (PGP/MIME) Sign as: 0x54BE8DECB4041D988854E3F2EA0E60D133D46E38 -- Attachments - I 1 /tmp/mutt/neomutt-user-12345678 [text/plain, 7bit, us-ascii, 0.5K] A 2 ~/dress-code.md [text/markdown, 8bit, utf-8, 3.6K] -- Preview Hey guys! I've having a small party and you're all invited. Don't forget to bring your Oscars! RR -- NeoMutt: Compose [Approx. msg size: 4.1K Atts: 2]---------------------------------------------
What am I looking at?#
The help and status text at the top reminds you of the most common compose actions.
The envelope section holds the message headers such as
From:,To:,Cc:,Bcc:,Subject:,Reply-To:, andFcc:.The security lines show whether the draft will be signed, encrypted, both, or neither, and which key or certificate will be used.
The attachments panel lists every attachment, including the message body file, with MIME type, encoding, and size.
The preview panel shows the current message body so you can review the draft before sending.
What can I do?#
Edit recipients, sender, subject, reply headers, followup headers, and the Fcc mailbox.
Edit the message body, invoke an external editor, run spell-checking, or edit the draft with headers.
Attach files, messages, and keys; reorder attachments; rename or re-encode them; and group them into multipart structures.
Choose PGP, S/MIME, or Autocrypt options before sending.
Send now, postpone for later, write a copy to a folder, or quit without sending.
Full reference: Compose Functions, Generic Functions, Editor Functions.
Where can I go next?#
<send-message>,<postpone-message>, and quitting the menu return you to the Index Dialog after the draft is handled.<attach-file>and<edit-fcc>can open the Browser Dialog when you ask for browsing with ?.<attach-message>opens a nested Index Dialog so you can choose messages to attach.Sending encrypted mail may open the PGP Dialog, GPGME Dialog, or S/MIME Dialog.
Field editing and crypto choice prompts use the Message Window.
Viewing an attachment from the compose menu can open one of the Simple Pagers.
Where did I come from?#
The Index Dialog and Pager Dialog open compose for new mail, replies, forwards, bounces, and resend-style actions.
The Postpone Dialog sends you here when you resume a saved draft.
Command-line compose-only mode can start directly in this dialog.
After your external editor exits, NeoMutt returns here for the final review.
How do I configure this?#
Start with Compose Config, Send Config, and Encryption Config.
Common options include
$compose_format,$edit_headers,$editor,$fast_reply,$record,$postponed,$crypt_auto_encrypt,$crypt_auto_sign, and$abort_noattach.Common commands include
:my-header,:send-hook,:reply-hook,:fcc-hook, and:crypt-hook.Colours come from Colour Objects, especially
compose_header,compose_security_encrypt,compose_security_sign,compose_security_both,compose_security_none,attachment,tree,indicator, andstatus.