neomutt
Verified for current stable LTS
Neomutt Command: Specify Draft File
Use for specify draft file with Neomutt. Exact CLI syntax to specify draft file using Neomutt.
When to use this: Use for specify draft file with Neomutt.
Command Syntax
neomutt -H <path/to/file> <recipient@example.com> neomutt -H <path/to/file> <recipient@example.com> Command Breakdown
-H- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify draft file using Neomutt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Neomutt Command: Include Message Body File
neomutt -i <path/to/file> <recipient@example.com> Neomutt Command: Open Mailbox Path neomutt -f <path/to/mailbox> Neomutt Command: Send Email With Attachments neomutt -a <path/to/file1 path/to/file2 ...> -- <recipient@example.com> Neomutt Command: Write Email With Subject Cc neomutt -s "<subject>" -c <cc@example.com> <recipient@example.com> Grep Command: Print File Name And Line Number With Color Output grep -Hn --color=always "<search_pattern>" <path/to/file>