From b0bf09b98fc038c1bc9921d568c06260b7448a15 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 15 May 2019 19:41:21 -0400 Subject: Copy sent emails to the Sent folder Or rather, to a user-specified folder --- config/accounts.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/accounts.conf') diff --git a/config/accounts.conf b/config/accounts.conf index 96c5e2b9..64621dad 100644 --- a/config/accounts.conf +++ b/config/accounts.conf @@ -8,6 +8,7 @@ # [Personal] # source=imaps://username[:password]@hostname[:port] # outgoing=smtps+plain://username[:password]@hostname[:port] +# copy-to=Sent # from=Joe Bloe # # [Work] -- cgit