aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mutt/default.rc
blob: 5cde9677e25beccafa3795d34b5fcbbd5376083b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set editor = `echo \$EDITOR`
set folder = "~/.mail"
set mbox_type = Maildir

set date_format = "%F %T (%Z)"
set index_format = "%4C %D %Z %-15.15L (%?l?%4l&%4c?) %s"
set folder_format = "%2C %N %2l %-8.8u %-8.8g %8s %d %f"
set send_charset="utf-8"

auto_view text/html                                      # view html automatically
alternative_order text/plain text/enriched text/html     # save html for last
# vi: ft=muttrc