Skip Navigation

mutt overview

From now on, this guide is going to assume that you have mutt installed locally, start by typing mutt in your console and hit enter. You may get a couple of warnings straight away; Don't worry, let mutt create a ~/Mail folder in your home directory and don't panic if there is no spoolfile for your username - This won't be created until you actually receive some mail.

The index viewer

When you launch mutt, the first thing you see is a screen with a list of email messages. This initial menu is called the index.

These messages are in a default mailfolder, often called the mailspool, that you can think of as your 'inbox'. Use the k and j keys on your keyboard to move the highlighted cursor up and down the list of messages.

The pager

If you are in the index and you want to view the contents of an email, hit the enter key on your keyboard, this will take you from the index to the pager. Mutt's built-in pager is just a scrolling text viewer like the unix programs 'more' and 'less', use the backspace and enter keys to scroll up and down the email. Most of the commands that can be used in the index can also be used in the pager.

Quit the pager and return to the index by pressing the q key.

The attachment viewer

email has a structure that can include attached parts such as files as well as plain text messages. From the index, press the v key to view the attach menu where you can see the 'mime-structure' of the email displayed as a threaded list.

If there is more than one part to a message, you can use the k and j keys to move up and down the list and the enter key to view any item. If the attachment can be viewed by mutt's internal pager as plain text then it will. If not, mutt will try and launch a suitable external viewer, and wait for it to finish.

Quit the attachment viewer by pressing the q key on your keyboard

The file browser

To change from your mailspool to a different mailfolder, press the c key. You can now either type in the location of the folder you want to open, or press the ? key to open the file browser. Use the k and j keys to select the folder you want to switch-to and open it by hitting the spacebar.

Tab completion

A faster alternative to the file browser can be to take advantage of mutt's 'tab-completion'. Whenever you need to change folders, just hit c, type the first character or two of the folder's name and hit the tab key. Mutt will show you all the available options or simply fill in the rest of the name automatically.

Mutt supports tab completion everywhere, whether it's for files, addresses or even setting configuration options. This along with features like pervasive use of regular-expressions for pattern matching and command histories make mutt very fast to use compared with a mouse-oriented mailer.

The editor

In the index or pager views, hit the r key to reply to a message or the m key to create a new one. Mutt will prompt for the To: address and the Subject: line, then launch your favourite text editor (defined by your $EDITOR environmental variable). Type away, when you save and exit, you are done.

The compose menu

After the editor, mutt drops you into the compose menu, here you can fine-tune your message headers, change the encoding, add file attachments or simply hit the y key to say yes and send your email on its way.

The muttrc file

Mutt doesn't have a configuration interface, there is no properties menu or setup wizard. All configuration options can be changed at any time by typing a : followed by the relevant command. For example :unset help turns off the handy keyboard command hints at the top of the screen. To turn those hints back on, press up-arrow to retrieve the last command and change it so it says :set help.

If you can't remember the command you want to use, there is always tab-completion to help you.

You don't have to type all your preferred configuration commands each time you run mutt, you can save them in a file which is loaded every time the program starts up. This configuration file needs to exist in your home directory, it has to be called either ~/.muttrc or ~/.mutt/muttrc.

An example muttrc file is included with the distribution (look in docs/) or you can base yours on somebody else's such as Roland's .muttrc.

Context sensitive help

This overview has mentioned just a small number of basic mutt keyboard commands. Mutt has many more commands than you would want to remember, so when you are stuck, hit the ? key and mutt will present a list of all the key-bindings relevant to the current view.

Other sources of help

The mutt manual contains all the reference information you need to run and configure mutt. It also includes a complete step-by-step overview of mutt features, so read it.

If this overview has confused you, The Mutt Wiki has a lot of handy information including links to many other Mutt user pages in several languages. Otherwise, have a look at Randall Wood's mutt guide, Linda Harden's Learning Mutt or Norm Matloff's Introduction to mutt, they cover a lot of the same ground.

You can read the full manual at any time by hitting the f1 key on your keyboard, this is a pre-set macro that opens the local text-version in the 'less' pager. The mutt manual and the mutt FAQ should answer all the questions you have, if not then you can subscribe to one of the mutt mailing lists or visit the mutt usenet group and ask a question there.

Up | >>

This document was last modified on 2013-11-01 21:45:35.
Bruno Postle
Copyright © 2001 Bruno Postle and others. This guide is released under the Free Documentation License. http://www.gnu.org/licenses/fdl.txt