mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
vdirsyncer: Add option to request vcard 4.0
This commit is contained in:
parent
96156a9e86
commit
3670a78eee
2 changed files with 11 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ let
|
|||
end_date = "${v.end}"''
|
||||
else if (n == "itemTypes") then
|
||||
"item_types = ${listString (map wrap v)}"
|
||||
else if (n == "useVcard4") then
|
||||
''use_vcard_4 = ${v}''
|
||||
else if (n == "userName") then
|
||||
''username = "${v}"''
|
||||
else if (n == "userNameCommand") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue