From b2b14ee86ca4c121851fc49ccaf5d1ca815c1c9c Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 13 Aug 2026 17:56:50 -0300 Subject: [PATCH] refactor(home/productivity): use folders.sent to disable gmail extra copy --- home/gabriel/features/productivity/accounts/mgc.nix | 5 +---- home/gabriel/features/productivity/accounts/usp.nix | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/home/gabriel/features/productivity/accounts/mgc.nix b/home/gabriel/features/productivity/accounts/mgc.nix index 9d8b2415..139b621f 100644 --- a/home/gabriel/features/productivity/accounts/mgc.nix +++ b/home/gabriel/features/productivity/accounts/mgc.nix @@ -73,11 +73,8 @@ in { "Sent" "Trash" ]; - # Gmail already stores a copy - extraConfig = '' - set copy = no - ''; }; + folders.sent = null; aerc = { enable = true; # Pinned at the top of the sidebar, in this order; the rest stays diff --git a/home/gabriel/features/productivity/accounts/usp.nix b/home/gabriel/features/productivity/accounts/usp.nix index fded735f..0e5fe97b 100644 --- a/home/gabriel/features/productivity/accounts/usp.nix +++ b/home/gabriel/features/productivity/accounts/usp.nix @@ -84,11 +84,8 @@ in { "Sent" "Trash" ]; - # Gmail already stores a copy - extraConfig = '' - set copy = no - ''; }; + folders.sent = null; aerc = { enable = true; # Pinned at the top of the sidebar, in this order; the rest stays