|
|
@@ -5,9 +5,9 @@ set from = "$fulladdr" |
|
|
|
set smtp_url = "smtp://$fulladdr@$smtp:$sport/" |
|
|
|
set sendmail = "/usr/bin/msmtp -a $title" |
|
|
|
set folder = "~/.mail/$title" |
|
|
|
set header_cache = ~/.config/mutt/$title/cache/headers |
|
|
|
set message_cachedir = ~/.config/mutt/$title/cache/bodies |
|
|
|
set certificate_file = ~/.config/mutt/$title/certificates |
|
|
|
set header_cache = ~/.config/mutt/accounts/$title/cache/headers |
|
|
|
set message_cachedir = ~/.config/mutt/accounts/$title/cache/bodies |
|
|
|
set certificate_file = ~/.config/mutt/accounts/$title/certificates |
|
|
|
source "~/.config/mutt/credentials/getmuttpass $title |" |
|
|
|
|
|
|
|
set spoolfile = "+$spoolfile" |
|
|
|