Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijinho/muttrc
My mutt email client configuration for Gmail with PGP
https://github.com/vijinho/muttrc
mutt-configuration muttprofile muttrc
Last synced: 9 days ago
JSON representation
My mutt email client configuration for Gmail with PGP
- Host: GitHub
- URL: https://github.com/vijinho/muttrc
- Owner: vijinho
- License: mit
- Created: 2015-05-04T20:36:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T21:09:04.000Z (over 9 years ago)
- Last Synced: 2024-10-11T18:32:19.689Z (about 1 month ago)
- Topics: mutt-configuration, muttprofile, muttrc
- Size: 129 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Mutt Configuration
My configuration has the following features:
- Configured for using [Gmail](http://mail.google.com/)
- Support for [GnuPG](https://www.gnupg.org)
- Intelligent use of colour for highlighting email headers and URLs etcI've used [The Mutt E-Mail Client](http://dev.mutt.org/doc/manual.html) since 1996 and it is by-far the greatest
email client ever written. After recently using it to easily transfer several thousands old emails into gmail
this is the setup I used - you'll have to change this to your details but it serves as a good example.##Forward local mail to Gmail
If you have a local SMTP server setup you can create a file in your home
directory to forward all email to another account, e.g.
~/ $ cat > .forward
[email protected]##installing mutt
###MacOS X
`brew install mutt`###Debian/Ubuntu/Linux Mint
`apt-get install mutt`