Added the "sent" handling
This commit is contained in:
parent
763312bfd9
commit
9a118e5e5a
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@ set from = "kellya@arachnitech.com"
|
||||||
set sendmail = "/usr/bin/msmtp -a arachnitech"
|
set sendmail = "/usr/bin/msmtp -a arachnitech"
|
||||||
set mbox = "+arachnitech/archive"
|
set mbox = "+arachnitech/archive"
|
||||||
set postponed = "+arachnitech/drafts"
|
set postponed = "+arachnitech/drafts"
|
||||||
|
set record=+arachnitech/sent
|
||||||
|
|
||||||
|
|
||||||
color status green default
|
color status green default
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ set from = "alex.kelly@franklin.edu"
|
||||||
set sendmail = "/usr/bin/msmtp -a franklin"
|
set sendmail = "/usr/bin/msmtp -a franklin"
|
||||||
set mbox = "+franklin/archive"
|
set mbox = "+franklin/archive"
|
||||||
set postponed = "+franklin/drafts"
|
set postponed = "+franklin/drafts"
|
||||||
|
set record=+franklin/Sent
|
||||||
|
|
||||||
color status cyan default
|
color status cyan default
|
||||||
set pgp_default_key = "FE3A66764329CE891E807CD7DC441667D5FCB16F"
|
set pgp_default_key = "FE3A66764329CE891E807CD7DC441667D5FCB16F"
|
||||||
|
|
Loading…
Reference in a new issue