mutt configs

This commit is contained in:
Paul Walko
2017-06-19 00:49:00 -04:00
parent 5f9c8813be
commit 6e4f911243
18 changed files with 635 additions and 5 deletions

6
mutt/accounts/gmail Normal file
View File

@@ -0,0 +1,6 @@
set from = "paulsw.pw@gmail.com"
set sendmail = "/usr/bin/msmtp -a gmail"
set mbox = "+gmail/archive"
set postponed = "+gmail/drafts"
color status red default

6
mutt/accounts/vt Normal file
View File

@@ -0,0 +1,6 @@
set from = "pwalko@vt.edu"
set sendmail = "/usr/bin/msmtp -a vt"
set mbox = "+vt/archive"
set postponed = "+vt/drafts"
color status green default

6
mutt/accounts/walko Normal file
View File

@@ -0,0 +1,6 @@
set from = "paul@walko.org"
set sendmail = "/usr/bin/msmtp -a walko"
set mbox = "+walko/archive"
set postponed = "+walko/drafts"
color status cyan default