======Applications - Mail - Mutt======
[[http://www.mutt.org/|Mutt]] \\
=====muttrc=====
[[http://muttrcbuilder.org/|muttrc builder]] (dead link) \\
[[http://myhome.iolfree.ie/~gavcos/muttrc.html|Gavin Costello - Mutt Configuration]] \\
[[http://www.kurokatta.org/doc/muttrc|kurokatta - Muttrc]] \\
[[http://phdru.name/Software/dotfiles/muttrc.html|.muttrc]] from [[http://phdru.name/Software/dotfiles/|Oleg Broytman - My dotfiles]] \\
====Colors====
[[http://ethanschoonover.com/solarized|Solarized]] color palette. [[https://github.com/altercation/mutt-colors-solarized|GitHub - altercation/mutt-colors-solarized]] (Requires a mutt linked to slang not ncurses.)
[[http://therandymon.com/woodnotes/mutt/node58.html|Configuring Colors]] from [[http://therandymon.com/woodnotes/mutt/using-mutt.html|The Woodnotes Guide to the Mutt Email Client]] \\
[[https://wiki.archlinux.org/index.php/Mutt#Colors|ArchWiki - Mutt - Colors]] \\
[[http://nongeekshandbook.blogspot.ie/2009/03/mutt-color-configuration.html|Non-Geek's Linux Handbook - Mutt Color Configuration]] \\
[[http://pastebin.com/LQ2Th550|Pastebin - .muttrc - Grey Blue & Red]] By: a guest on Aug 2nd, 2015
=====View HTML e-mail in mutt=====
Install lynx.
Add to ~/.mailcap:
text/html; lynx -dump -width=78 -nolist %s | sed 's/^ //'; copiousoutput; needsterminal; nametemplate=%s.html
Add to ~/.muttrc:
auto_view text/x-vcard text/html text/enriched
Taken from: [[http://blog.deadlypenguin.com/blog/2009/04/21/mutt-and-lynx/|Deadlypenguin - Mutt and Lynx]]
=====Open IMAPS mailbox=====
Add to ~/.muttrc:
set spoolfile="imaps://IMAP_SERVEER_FQDN/INBOX"
set imap_user="USERNAME"
set folder="imaps://MAP_SERVEER_FQDN/"
Source: [[http://mutt.sourceforge.net/imap/|Mutt and IMAP]] \\
=====Sort mailbox from newest to oldest=====
Add to ~/.muttrc:
set sort=reverse-date-sent