From 954c812d840030f3013ef06621dd537c8b14b23d Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sat, 29 Jun 2024 01:15:19 +0200 Subject: reply: allow copying to current folder Add a new copy-to-replied setting in accounts.conf to copy sent replies to the same folder than their replied message. Requested-by: Tristan Partin Signed-off-by: Robin Jarry Tested-by: Tristan Partin --- models/models.go | 1 + 1 file changed, 1 insertion(+) (limited to 'models') diff --git a/models/models.go b/models/models.go index 7642579a..d5a6bd61 100644 --- a/models/models.go +++ b/models/models.go @@ -244,6 +244,7 @@ type OriginalMail struct { Text string MIMEType string RFC822Headers *mail.Header + Folder string } type SignatureValidity int32 -- cgit