Mutt

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-02-15 23:36:53
Size: 63
Editor: dsl092-218-122
Comment:
Revision 3 as of 2011-07-07 15:47:38
Size: 1145
Editor: 216
Comment: Got started. More to be added.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
General Mutt [http://www.mutt.org/doc/manual/ documentation]. General Mutt [[http://www.mutt.org/doc/manual/|documentation]].

<<TableOfContents()>>

= Introduction =

Mutt is a powerful command line email client. It supports both mbox and Maildir formats. The protocols supported include POP3 and IMAP. It was originally designed to be a Mail User Agent (MUA) and used to rely on Sendmail but support for sending mail was eventually added.

= Features =

 * Full MIME support, full PGP/GPG and S/MIME integration.
 * Message scoring and threading capabilities.
 * Mutt relies on external tools for composing and filtering messages.
 * Support for mail threading
 * Message composing is done using an external text editor of the users choice.
 * Keyboard Macros for performing complex functions
 * Extensible functions using patches

= Installing =

{{{#!highlight bash
sudo apt-get install mutt}}}

= Configuration =

The default configuration file for each user will be looked for in the user's home directory

~/.muttrc

= Help =

 * http://wiki.mutt.org/index.cgi?MuttGuide
 * http://www.therandymon.com/woodnotes/mutt/using-mutt.html
 * http://mutt.blackfish.org.uk/

General Mutt documentation.

Introduction

Mutt is a powerful command line email client. It supports both mbox and Maildir formats. The protocols supported include POP3 and IMAP. It was originally designed to be a Mail User Agent (MUA) and used to rely on Sendmail but support for sending mail was eventually added.

Features

  • Full MIME support, full PGP/GPG and S/MIME integration.
  • Message scoring and threading capabilities.
  • Mutt relies on external tools for composing and filtering messages.
  • Support for mail threading
  • Message composing is done using an external text editor of the users choice.
  • Keyboard Macros for performing complex functions
  • Extensible functions using patches

Installing

   1 sudo apt-get install mutt

Configuration

The default configuration file for each user will be looked for in the user's home directory

~/.muttrc

Help

Mutt (last edited 2012-02-14 14:17:42 by 216)