1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00
home-manager/tests/modules/programs/getmail
Thibaut Marty e72e241d7a
getmail: fix configuration mailboxes generation (#1719)
The mailboxes must be a tuple of string or the string "ALL".
The generated value was broken if the mailboxes configuration was a list
of only one string (but not "ALL"): the generated expression ( "str" )
was not a tuple but a string.
Now, we always generate a tuple (by adding a comma, even with a list of
size one). Getmail works with the special value "ALL" whether it is a
in tuple or not, so this case is not specifically handled.
2021-03-01 17:58:18 -05:00
..
default.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
getmail-expected.conf getmail: fix configuration mailboxes generation (#1719) 2021-03-01 17:58:18 -05:00
getmail.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00