Initial checkin
This commit is contained in:
commit
16e1ab5b9c
23 changed files with 2752 additions and 0 deletions
20
private_dot_mutt/accounts/arachnitech
Normal file
20
private_dot_mutt/accounts/arachnitech
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue