Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Created April 18, 2012 16:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkinzer/2414800 to your computer and use it in GitHub Desktop.
Save dkinzer/2414800 to your computer and use it in GitHub Desktop.
Building Mutt that works with Gmail on Centos.
wget ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz
tar -xzvf mutt-1.5.21.tar.gz
cd mutt-1.5.21
yum install ncurses-devel tokyocabinet-devel openssl-devel cyrus-sasl-devel
./configure --enable-imap --enable-smtp --enable-hcache --with-ssl --with-sasl | grep error
make
make install
@dkinzer
Copy link
Author

dkinzer commented Apr 18, 2012

These are just build and install instructions. For configuration use:

http://gist.github.com/1289741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment