Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clarete/muttrc
- Owner: clarete
- License: gpl-3.0
- Created: 2012-05-31T12:52:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T18:08:37.000Z (over 4 years ago)
- Last Synced: 2024-12-16T02:50:16.995Z (6 days ago)
- Topics: config, email, mua, mutt, muttrc
- Homepage:
- Size: 30.3 KB
- Stars: 40
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.