Last active
January 19, 2017 09:51
-
-
Save bse666/2de0f80dc2a3097cb419edec113c0229 to your computer and use it in GitHub Desktop.
mutt 1.7 compilation with ssl
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
sudo apt-get build-dep mutt -y | |
wget https://bitbucket.org/mutt/mutt/downloads/mutt-1.7.0.tar.gz | |
tar xzf mutt-1.7.0.tar.gz | |
cd mutt-1.7.0 | |
./configure --with-sasl --with-ssl --enable-imap --enable-pop --enable-smtp --enable-hcache | |
make | |
sudo make install | |
cd .. | |
rm -rf mutt-1.7.0 | |
sudo apt-get install urlview -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment