Coder Social home page Coder Social logo

mutt-tutorial's Introduction

Setting up Mutt

Installation: (apt-get|yum|brew) install mutt

Mutt is a rich e-mail client with tons of features. Here are some highlights:

Noteworthy key bindings in this configuration (most are just defaults):

  • ? Help (then q to leave help)
  • j/k Movement keys in message lists
  • TAB Select next unread message
  • m Begin composing a new message
  • / Search messages in the current folder using a search pattern
  • RET View selected message, then
    • i Go back to message list
    • RET Scroll down one line
    • BKSPC Scroll up one line
    • PGUP / PGDOWN The usual
    • r Reply
  • I Go to Inbox and refresh
  • c Enter folder to view (=``TAB tab-completes server-side folders). If any folders have new mail, this will default to one of them.
  • N Mark the selected message as unread
  • d Mark the selected message for deletion
  • r Reply to the selected message
  • $ Save pending changes to mailbox (e.g. delete marked messages) and check for new mail in the current folder
  • s Move (save) the selected message to another folder (e.g. s =foo RET saves to the foo folder)
  • t Tag a message for a future batch operation (T tags messages matching an expression)
  • ; Specify an operation to perform on tagged messages (e.g. ; s =foo RET will save all tagged messages to the foo folder)
  • f Forward the selected message

In message review mode, after you've finished composing in your editor, some keybindings of interest are:

  • e Edit the message again
  • t Set the TO field
  • c Set the CC field
  • b Set the BCC field
  • y Send
  • a Attach a file
  • RET View an attachment
  • E Edit an attachment
  • UP/DOWN Change selected attachment
  • D Detach selected attachment
  • q Abort composition and return to message list

Other things to try

There is a sidebar patch for mutt. If you want to install it easily on OS X with Homebrew, run this instead of brew install mutt:

brew install kevwil/patches/mutt --with-sidebar-patch

Mutt can be used with GPG, PGP, and SMIME.

If someone is discourteous enough to send you an HTML-only e-mail and you must read it, that can be done.

If you don't want to store your passwords in your muttrc (you don't, right?) and you don't want to enter them once each time you start mutt, you can make mutt get your IMAP and SMTP passwords from the OS X keychain, although YMMV.

Server-side mail filtering with procmail:

# In ~/.procmailrc on the mail server:
:0:
* ^From:.*[email protected]
somebody

:0:
* ^From:.*[email protected]
somebody-else

:0:
* ^(To|Cc):.*[email protected]
some-mailing-list

mutt-tutorial's People

Contributors

jtdaugherty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.