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