mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 02:14:13 -05:00
refactor(home/productivity): use folders.sent to disable gmail extra copy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user