21 lines
513 B
Text
21 lines
513 B
Text
|
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"
|