summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-07-22 12:40:14 +0200
committeraristote <quentin.aristote@irif.fr>2025-07-22 12:40:20 +0200
commit7c0e7d3cf5a64bb3a749dadcd3b3b394bef8ef32 (patch)
tree5ae8f3b1f3db54e377904025b0af0731167196db /modules
parent19fd7ceec84cefaea8a9aa24e7672e2c054a8edb (diff)
home: thunderbird: place sent in sent folder
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/personal/identities.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/personal/identities.nix b/modules/home-manager/personal/identities.nix
index 859fc8b..e8007d8 100644
--- a/modules/home-manager/personal/identities.nix
+++ b/modules/home-manager/personal/identities.nix
@@ -20,7 +20,7 @@ in {
signByDefault = true;
};
thunderbirdSettings = id: {
- "mail.identity.id_${id}.fcc_folder_picker_mode" = 0;
+ "mail.identity.id_${id}.fcc_folder_picker_mode" = 1;
};
in {
personal = lib.mkIf cfg.personal {