Initial checkin
This commit is contained in:
commit
16e1ab5b9c
23 changed files with 2752 additions and 0 deletions
20
private_dot_mutt/accounts/franklin
Normal file
20
private_dot_mutt/accounts/franklin
Normal file
|
@ -0,0 +1,20 @@
|
|||
set from = "alex.kelly@franklin.edu"
|
||||
set sendmail = "/usr/bin/msmtp -a franklin"
|
||||
set mbox = "+franklin/archive"
|
||||
set postponed = "+franklin/drafts"
|
||||
set record=+franklin/Sent
|
||||
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue