diff options
author | Soispha <soispha@vhack.eu> | 2023-04-16 08:29:46 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:51 +0200 |
commit | 8a63da297bb5274b59e1f1166248de56378124a7 (patch) | |
tree | aae70848ab5d429816953a9af0b1ee700cf6f29e | |
parent | Fix(hm/conf/neomutt): Specify correct path to binary (diff) | |
download | nixos-config-8a63da297bb5274b59e1f1166248de56378124a7.tar.gz nixos-config-8a63da297bb5274b59e1f1166248de56378124a7.zip |
Fix(hm/conf/mail): Allow mbsync to create maildirs
-rw-r--r-- | home-manager/config/mail/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/config/mail/default.nix b/home-manager/config/mail/default.nix index 632a9620..87cae185 100644 --- a/home-manager/config/mail/default.nix +++ b/home-manager/config/mail/default.nix @@ -30,6 +30,7 @@ }; mbsync = { enable = true; + create = "both"; }; himalaya = { enable = true; |