Last active
August 29, 2015 13:57
-
-
Save calleluks/9437648 to your computer and use it in GitHub Desktop.
Setup mutt and dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~ | |
| git clone git://github.com/spaetz/offlineimap.git | |
| cd offlineimap | |
| git checkout 679c491c56c981961e18aa43b31955900491d7a3 | |
| sudo python setup.py install | |
| cd .. | |
| sudo rm -rf offlineimap | |
| brew install sqlite mutt urlview msmtp contacts notmuch | |
| mkdir ~/.mail | |
| mkdir -p ~/.mutt/temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment