muttrc builder (dead link)
Gavin Costello - Mutt Configuration
kurokatta - Muttrc
.muttrc from Oleg Broytman - My dotfiles
Solarized color palette. GitHub - altercation/mutt-colors-solarized (Requires a mutt linked to slang not ncurses.)
Configuring Colors from The Woodnotes Guide to the Mutt Email Client
Non-Geek's Linux Handbook - Mutt Color Configuration
Pastebin - .muttrc - Grey Blue & Red By: a guest on Aug 2nd, 2015
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: Deadlypenguin - Mutt and Lynx
Add to ~/.muttrc:
set spoolfile="imaps://IMAP_SERVEER_FQDN/INBOX" set imap_user="USERNAME" set folder="imaps://MAP_SERVEER_FQDN/"
Source: Mutt and IMAP
Add to ~/.muttrc:
set sort=reverse-date-sent
Tested on macOS Tahoe 25.6.
This assumes:
Do the following:
mkdir ~/compile cd ~/compile
tar xzvf ~/Downloads/mutt-2.4.1.tar.gz
cd mutt-2.4.1
git clone git clone https://github.com/jeroen/apple-libressl-sdk
./configure --prefix=$HOME/mutt --with-homespool=mutt/mailbox --enable-imap --enable-smtp --with-ssl=apple-libressl-sdk
make install
~/mutt/bin/mutt