* .muttrc is the file where you will usually place your commands to configure Mutt.
a)
#sudo apt-get install mutt
b)
Create .muttrc file
#vim ~/.muttrc
----------------------------
set from = "sajuptpm@gmail.com"
set realname = "Saju"
set imap_user = "sajuptpm@gmail.com"
set imap_pass = "xxxxxx"
##REMOTE GMAIL FOLDERS
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Google Mail]/Drafts"
set trash = "+[Google Mail]/Trash"
##SMTP Settings to sent email
set smtp_url = "smtp://sajuptpm@smtp.gmail.com:587/"
set smtp_pass = "xxxxxx"
##LOCAL FOLDERS FOR CACHED HEADERS AND CERTIFICATES
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
##SECURING
set move = no #Stop asking to "move read messages to mbox"!
set imap_keepalive = 900
##Sort by newest conversation first.
set sort = reverse-threads
set sort_aux = last-date-received
##Set editor to create new email
set editor='vim'
c)
Consolify your Gmail with MUTT
http://www.bartbania.com/index.php/consolify-your-gmail-with-mutt/
https://gist.github.com/kaleb/1289741
http://jlime.com/wiki/documentation/user/general/howtos/gmail_mutt
http://dgiakoumakis.wordpress.com/2010/04/02/how-to-configure-mutt-with-you-google-apps-account-using-imap/
http://dev.mutt.org/trac/wiki/MuttGuide/UseIMAP
d)
Mailing lists
http://www.mutt.org/doc/manual/manual.html#toc3.9
e)
Handling Mailing Lists
http://www.mutt.org/doc/manual/manual.html#toc4.8
f)
.muttrc
http://www.davep.org/mutt/muttrc/
http://phdru.name/Software/dotfiles/muttrc.html
g)
https://wiki.archlinux.org/index.php/mutt
https://wiki.debian.org/Mutt
h)
http://lugatgt.org/content/mutt/downloads/presentation.pdf