vdirsyncer: allow option userName, disallow userNameCommand
1. account option `userName` is now allowed by `programs.vdirsyncer` 2. The commented out account option `userNameCommand` was required to be set by `programs.vdirsyncer` (e.g. as `null`). It is now disallowed (commented out) by vdirsyncer.
This commit is contained in:
parent
f8ec686211
commit
8e49f65f24
|
@ -36,7 +36,8 @@ let
|
|||
((getAttrs [
|
||||
"type"
|
||||
"url"
|
||||
"userNameCommand"
|
||||
"userName"
|
||||
#"userNameCommand"
|
||||
"passwordCommand"
|
||||
] a.remote) //
|
||||
(if a.vdirsyncer == null
|
||||
|
|
Loading…
Reference in a new issue