Provided by: neomutt_20171215+dfsg.1-1_amd64 

NAME
neomutt - The Neomutt Mail User Agent
SYNOPSIS
neomutt [-GnRyzZ] [-e cmd] [-F file] [-g server] [-m type] [-f file]
neomutt [-Enx] [-e cmd] [-F file] [-H file] [-i file] [-s subj] [-b addr] [-c addr] [-a file [...] --]
addr|mailto_url [...]
neomutt [-nx] [-e cmd] [-F file] [-s subj] [-b addr] [-c addr] [-a file [...] --] addr|mailto_url [...]
< message
neomutt [-n] [-e cmd] [-F file] -p
neomutt [-n] [-e cmd] [-F file] -A alias
neomutt [-n] [-e cmd] [-F file] -Q query
neomutt -v[v]
neomutt -D [-S]
DESCRIPTION
Neomutt is a small but very powerful text based program for reading and sending electronic mail under
unix operating systems, including support for color terminals, MIME, OpenPGP, and a threaded sorting
mode.
Note: This manual page gives a brief overview of neomutt's command line options. You should find a copy
of the full manual in /usr/share/doc/neomutt, in text, HTML, and/or PDF format.
OPTIONS
-A alias
An expanded version of the given alias is passed to stdout.
-a file [...]
Attach a file to your message using MIME. When attaching single or multiple files, separating
filenames and recipient addresses with "--" is mandatory, e.g. neomutt -a image.jpg -- addr1 or
neomutt -a img.jpg *.png -- addr1 addr2. The -a option must be placed at the end of command line
options.
-b address
Specify a blind-carbon-copy (BCC) recipient
-c address
Specify a carbon-copy (CC) recipient
-d level
log debugging output to ~/.neomuttdebug0. Level can range from 1-5 and effects verbosity. A value
of 2 is recommended.
-D Print the value of all configuration options to stdout.
-D -S like -D but hide the value of sensitive variables
-E Causes the draft file specified by -H or include file specified by -i to be edited during message
composition.
-e command
Specify a configuration command to be run after processing of initialization files.
-f mailbox
Specify which mailbox to load.
-F neomuttrc
Specify an initialization file to read instead of ~/.neomuttrc
-g server
Start Neomutt with a listing of subscribed newsgroups at specified news server.
-G Start Neomutt with a listing of subscribed newsgroups.
-h Display help.
-H draft
Specify a draft file which contains header and body to use to send a message.
-i include
Specify a file to include into the body of a message.
-m type
specify a default mailbox type for newly created folders.
-n Causes Neomutt to bypass the system configuration file.
-p Resume a postponed message.
-Q query
Query a configuration variables value. The query is executed after all configuration files have
been parsed, and any commands given on the command line have been executed.
-R Open a mailbox in read-only mode.
-s subject
Specify the subject of the message.
-v Display the Neomutt version number and compile-time definitions.
-vv Display license and copyright information.
-x Emulate the mailx compose mode.
-y Start Neomutt with a listing of all mailboxes specified by the mailboxes command.
-z When used with -f, causes Neomutt not to start if there are no messages in the mailbox.
-Z Causes Neomutt to open the first mailbox specified by the mailboxes command which contains new
mail.
-- Treat remaining arguments as addr even if they start with a dash. See also "-a" above.
ENVIRONMENT
EDITOR Specifies the editor to use if VISUAL is unset.
EMAIL The user's e-mail address.
HOME Full path of the user's home directory.
MAIL Full path of the user's spool mailbox.
MAILDIR
Full path of the user's spool mailbox if MAIL is unset. Commonly used when the spool mailbox is a
maildir (5) folder.
MAILCAPS
Path to search for mailcap files.
MM_NOASK
If this variable is set, mailcap are always used without prompting first.
PGPPATH
Directory in which the user's PGP public keyring can be found. When used with the original PGP
program, neomutt and pgpring (1) rely on this being set.
TMPDIR Directory in which temporary files are created.
REPLYTO
Default Reply-To address.
VISUAL Specifies the editor to use when composing messages.
FILES
~/.neomuttrc or ~/.neomutt/neomuttrc
User configuration file.
/etc/neomuttrc
System-wide configuration file.
/tmp/neomuttXXXXXX
Temporary files created by Neomutt.
~/.mailcap
User definition for handling non-text MIME types.
/etc/mailcap
System definition for handling non-text MIME types.
~/.mime.types
User's personal mapping between MIME types and file extensions.
/etc/mime.types
System mapping between MIME types and file extensions.
/usr/share/doc/neomutt/manual.txt
The Neomutt manual.
BUGS
See https://github.com/neomutt/neomutt/issues
NO WARRANTIES
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
SEE ALSO
curses(3), mailcap(5), maildir(5), notmuch(1), msmtp(1), mbox(5), neomuttrc(5), ncurses(3), sendmail(1),
smail(1).
Neomutt Home Page: http://www.neomutt.org/
The Neomutt manual
AUTHOR
Michael Elkins, and others. Use <neomutt-devel@neomutt.org> to contact the developers.
Unix January 2009 neomutt(1)