Add barebones mutt configuration.
[Dotty.git] / mutt / .config / mutt / mutt.account.biz
1 set mbox_type=Maildir
2 set header_cache=~/.cache/mutt
3 # Gmail saves sent mail automatically, so don't cause duplicates by recording it through mutt too
4 unset record
5 set from = frederik@vanrenterghem.biz
6 set use_from = yes
7 set sendmail = "/usr/bin/msmtp -a biz"
9 set spoolfile = "+biz/Inbox"