mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
Previously, maildir path was not escaped in any way, so using a path with commas lead to a TypeError: ``` TypeError: expected string or bytes-like object, got 'list' ```