refactor(home/productivity): use folders.sent to disable gmail extra copy

This commit is contained in:
Gabriel Fontes
2026-08-14 16:37:15 -03:00
parent f42f603068
commit b2b14ee86c
2 changed files with 2 additions and 8 deletions
@@ -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
@@ -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