User Tools

Site Tools


applications:mail:mutt

Applications - Mail - Mutt

muttrc

Colors

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: 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: Mutt and IMAP

Sort mailbox from newest to oldest

Add to ~/.muttrc:

set sort=reverse-date-sent
applications/mail/mutt.txt · Last modified: 2024/11/13 20:28 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki