Added mutt

This commit is contained in:
Alex Kelly 2021-03-15 08:45:23 -04:00
parent 3b654c85cc
commit 9b50b562ed
13 changed files with 501 additions and 0 deletions

14
mutt/accounts/arachnitech Normal file
View file

@ -0,0 +1,14 @@
set from = "kellya@arachnitech.com"
set sendmail = "/usr/bin/msmtp -a arachnitech"
set mbox = "+arachnitech/archive"
set postponed = "+arachnitech/drafts"
color status green default
macro index D \
"<save-message>+arachnitech/Trash<enter>" \
"move message to the trash"
macro index S \
"<save-message>+arachnitech/Spam<enter>" \
"mark message as spam"

19
mutt/accounts/franklin Normal file
View file

@ -0,0 +1,19 @@
set from = "alex.kelly@franklin.edu"
set sendmail = "/usr/bin/msmtp -a franklin"
set mbox = "+franklin/archive"
set postponed = "+franklin/drafts"
color status cyan default
set pgp_default_key = "FE3A66764329CE891E807CD7DC441667D5FCB16F"
macro index D \
"<save-message>+franklin/Trash<enter>" \
"move message to the trash"
macro index S \
"<save-message>+franklin/Spam<enter>" \
"mark message as spam"
macro index A \
"<save-message>+franklin/Archive<enter>" \
"Archive message"