Initial checkin

This commit is contained in:
Alex Kelly 2021-06-01 13:54:14 -04:00
commit 16e1ab5b9c
23 changed files with 2752 additions and 0 deletions

View file

@ -0,0 +1,20 @@
set from = "kellya@arachnitech.com"
set sendmail = "/usr/bin/msmtp -a arachnitech"
set mbox = "+arachnitech/archive"
set postponed = "+arachnitech/drafts"
set record=+arachnitech/sent
color status color38 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"
macro index A \
"<save-message>+arachnitech/Archive<enter>" \
"Archive message"