Forrest logo
back to context overview

neomutt

List of commands for neomutt:

  • neomutt:ai:26465 send an email from a file with neomutt
    $ neomutt -s 'Subject of the email' -- body-file=${filename} recipient@example.com
    try on your machine
    explain this command
  • neomutt:tldr:6036f neomutt: Specify a file to include as the message body.
    $ neomutt -i ${filename} ${recipient@example-com}
    try on your machine
    explain this command
  • neomutt:tldr:65f6f neomutt: Specify a draft file containing the header and the body of the message, in RFC 5322 format.
    $ neomutt -H ${filename} ${recipient@example-com}
    try on your machine
    explain this command
  • neomutt:tldr:8551d neomutt: Start writing an email and specify a subject and a `cc` recipient.
    $ neomutt -s "${subject}" -c ${cc@example-com} ${recipient@example-com}
    try on your machine
    explain this command
  • neomutt:tldr:a825f neomutt: Open the specified mailbox.
    $ neomutt -f ${path-to-mailbox}
    try on your machine
    explain this command
back to context overview