diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-22 12:40:14 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-22 12:40:20 +0200 |
| commit | 7c0e7d3cf5a64bb3a749dadcd3b3b394bef8ef32 (patch) | |
| tree | 5ae8f3b1f3db54e377904025b0af0731167196db /modules | |
| parent | 19fd7ceec84cefaea8a9aa24e7672e2c054a8edb (diff) | |
home: thunderbird: place sent in sent folder
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/personal/identities.nix | 2 |
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 { |
