diff --git a/home/roles/email/default.nix b/home/roles/email/default.nix index f6b88f4..a71c635 100644 --- a/home/roles/email/default.nix +++ b/home/roles/email/default.nix @@ -43,14 +43,28 @@ in Inbox ~/Mail/INBOX SubFolders Verbatim - # Channel Configuration - Sync All - Channel proton + # Channel Configuration - Main (excludes Sent) + Channel proton-main Far :proton-remote: Near :proton-local: - Patterns * + Patterns * !Sent Create Both Expunge Both SyncState * + + # Channel Configuration - Sent (pull only) + Channel proton-sent + Far :proton-remote:Sent + Near :proton-local:Sent + Create Near + Expunge Near + Sync Pull + SyncState * + + # Group both channels + Group proton + Channel proton-main + Channel proton-sent ''; # msmtp configuration