Skip to content

Instantly share code, notes, and snippets.

@bse666
Last active January 19, 2017 09:51
Show Gist options
  • Save bse666/2de0f80dc2a3097cb419edec113c0229 to your computer and use it in GitHub Desktop.
Save bse666/2de0f80dc2a3097cb419edec113c0229 to your computer and use it in GitHub Desktop.
mutt 1.7 compilation with ssl
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