1mutt(1)                          User Manuals                          mutt(1)
2
3
4

NAME

6       mutt - The Mutt Mail User Agent
7

SYNOPSIS

9       mutt [-nRyzZ] [-e cmd] [-F file] [-m type] [-f file]
10
11       mutt  [-nx]  [-e cmd] [-F file] [-H file] [-i file] [-s subj] [-b addr]
12       [-c addr] [-a file [...] --] addr|mailto_url [...]
13
14       mutt [-nx] [-e cmd] [-F file] [-s subj] [-b addr] [-c  addr]  [-a  file
15       [...] --] addr|mailto_url [...]  < message
16
17       mutt [-n] [-e cmd] [-F file] -p
18
19       mutt [-n] [-e cmd] [-F file] -A alias
20
21       mutt [-n] [-e cmd] [-F file] -Q query
22
23       mutt -v[v]
24
25       mutt -D
26

DESCRIPTION

28       Mutt  is  a  small but very powerful text based program for reading and
29       sending electronic mail under unix operating systems, including support
30       for color terminals, MIME, OpenPGP, and a threaded sorting mode.
31
32       Note:  This  manual  page gives a brief overview of mutt's command line
33       options.  You  should   find   a   copy   of   the   full   manual   in
34       /usr/share/doc/mutt-1.5.21, in text, HTML, and/or PDF format.
35

OPTIONS

37       -A alias
38              An expanded version of the given alias is passed to stdout.
39
40       -a file [...]
41              Attach a file to your message using MIME.  When attaching single
42              or multiple files, separating filenames and recipient  addresses
43              with  "--" is mandatory, e.g. mutt -a image.jpg -- addr1 or mutt
44              -a img.jpg *.png -- addr1 addr2.  The -a option must  be  placed
45              at the end of command line options.
46
47       -b address
48              Specify a blind-carbon-copy (BCC) recipient
49
50       -c address
51              Specify a carbon-copy (CC) recipient
52
53       -d level
54              If  mutt  was  complied  with  +DEBUG  log  debugging  output to
55              ~/.muttdebug0.  Level can range from 1-5 and effects  verbosity.
56              A value of 2 is recommended.
57
58       -D     Print the value of all configuration options to stdout.
59
60       -e command
61              Specify  a  configuration  command to be run after processing of
62              initialization files.
63
64       -f mailbox
65              Specify which mailbox to load.
66
67       -F muttrc
68              Specify an initialization file to read instead of ~/.muttrc
69
70       -h     Display help.
71
72       -H draft
73              Specify a draft file which contains header and body  to  use  to
74              send a message.
75
76       -i include
77              Specify a file to include into the body of a message.
78
79       -m type
80              specify a default mailbox type for newly created folders.
81
82       -n     Causes Mutt to bypass the system configuration file.
83
84       -p     Resume a postponed message.
85
86       -Q query
87              Query  a  configuration  variables value.  The query is executed
88              after all configuration files have been parsed, and any commands
89              given on the command line have been executed.
90
91       -R     Open a mailbox in read-only mode.
92
93       -s subject
94              Specify the subject of the message.
95
96       -v     Display the Mutt version number and compile-time definitions.
97
98       -vv    Display license and copyright information.
99
100       -x     Emulate the mailx compose mode.
101
102       -y     Start  Mutt  with  a  listing  of all mailboxes specified by the
103              mailboxes command.
104
105       -z     When used with -f, causes Mutt not to start if there are no mes‐
106              sages in the mailbox.
107
108       -Z     Causes Mutt to open the first mailbox specified by the mailboxes
109              command which contains new mail.
110
111       --     Treat remaining arguments as addr even  if  they  start  with  a
112              dash.  See also "-a" above.
113

ENVIRONMENT

115       EDITOR Specifies the editor to use if VISUAL is unset.
116
117       EMAIL  The user's e-mail address.
118
119       HOME   Full path of the user's home directory.
120
121       MAIL   Full path of the user's spool mailbox.
122
123       MAILDIR
124              Full  path  of  the user's spool mailbox if MAIL is unset.  Com‐
125              monly used when the spool mailbox is a maildir (5) folder.
126
127       MAILCAPS
128              Path to search for mailcap files.
129
130       MM_NOASK
131              If this variable is set, mailcap are always used without prompt‐
132              ing first.
133
134       PGPPATH
135              Directory in which the user's PGP public keyring can be found.
136
137       TMPDIR Directory in which temporary files are created.
138
139       REPLYTO
140              Default Reply-To address.
141
142       VISUAL Specifies the editor to use when composing messages.
143

FILES

145       ~/.muttrc or ~/.mutt/muttrc
146              User configuration file.
147
148       /etc/Muttrc
149              System-wide configuration file.
150
151       /tmp/muttXXXXXX
152              Temporary files created by Mutt.
153
154       ~/.mailcap
155              User definition for handling non-text MIME types.
156
157       /etc/mailcap
158              System definition for handling non-text MIME types.
159
160       ~/.mime.types
161              User's personal mapping between MIME types and file extensions.
162
163       /etc/mime.types
164              System mapping between MIME types and file extensions.
165
166       /usr/bin/mutt_dotlock
167              The privileged dotlocking program.
168
169       /usr/share/doc/mutt-1.5.21/manual.txt
170              The Mutt manual.
171

BUGS

173       None.  Mutts have fleas, not bugs.
174

FLEAS

176       Suspend/resume  while  editing  a file with an external editor does not
177       work under SunOS 4.x if you use the curses lib in /usr/5lib.   It  does
178       work with the S-Lang library, however.
179
180       Resizing  the  screen  while  using an external pager causes Mutt to go
181       haywire on some systems.
182
183       Suspend/resume does not work under Ultrix.
184
185       The help line for the index menu is not updated if you change the bind‐
186       ings for one of the functions listed while Mutt is running.
187
188       For  a more up-to-date list of bugs, errm, fleas, please visit the mutt
189       project's bug tracking system under http://bugs.mutt.org/.
190

NO WARRANTIES

192       This program is distributed in the hope that it  will  be  useful,  but
193       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
194       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
195       Public License for more details.
196

SEE ALSO

198       curses(3), mailcap(5), maildir(5), mbox(5), mutt_dotlock(1), muttrc(5),
199       ncurses(3), sendmail(1), smail(1).
200
201       Mutt Home Page: http://www.mutt.org/
202
203       The Mutt manual
204

AUTHOR

206       Michael Elkins, and others.  Use  <mutt-dev@mutt.org>  to  contact  the
207       developers.
208
209
210
211Unix                             January 2009                          mutt(1)
Impressum