Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clarete/muttrc

Everything I need to run mutt as a decent mail client
https://github.com/clarete/muttrc

config email mua mutt muttrc

Last synced: 3 days ago
JSON representation

Everything I need to run mutt as a decent mail client

Awesome Lists containing this project

README

        

Welcome to my Mutt config
=========================

This is my setup for the currently best mail user agent we have on
earth: [Mutt](http://mutt.org).

First steps
-----------

In order to use this setup, I suggest you to fork this repo, cause I
also have my accounts configured here. This way, you'll really need to
change some things before start using it.

### Getting the conf

You just need to clone your repo, like this:

$ git clone [email protected]:clarete/muttrc.git ~/.mutt

### Conf structure

This conf is split into small files to make it easy to maintain
things. This setup also support multiple accounts and the basic setup
can be found in the `inc` directory and the account setup can be found
in the `accounts` directory. Each account must have an entry point file,
so you can `mutt -F ` to load one or another account, or just
create shell aliases for each account, if you want.