From 9a118e5e5aa2487c4aba1f60a610ac74c203d4cc Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 16 Mar 2021 15:39:23 -0400 Subject: [PATCH] Added the "sent" handling --- mutt/accounts/arachnitech | 2 ++ mutt/accounts/franklin | 1 + 2 files changed, 3 insertions(+) diff --git a/mutt/accounts/arachnitech b/mutt/accounts/arachnitech index a432287..2b844de 100644 --- a/mutt/accounts/arachnitech +++ b/mutt/accounts/arachnitech @@ -2,6 +2,8 @@ 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 green default diff --git a/mutt/accounts/franklin b/mutt/accounts/franklin index be42bb6..bffb27a 100644 --- a/mutt/accounts/franklin +++ b/mutt/accounts/franklin @@ -2,6 +2,7 @@ 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"