1
0
This commit is contained in:
Jeff Lance 2024-03-04 14:07:15 +01:00
parent 48fbc08050
commit d5265e6b0d

View File

@ -5,14 +5,11 @@
email = {{ $email | quote }} email = {{ $email | quote }}
{{- if gt $mbsyncAccountNumber 0 -}} {{- if gt $mbsyncAccountNumber 0 -}}
{{- range $i, $e := until $mbsyncAccountNumber -}} {{- range $i, $e := until $mbsyncAccountNumber -}}
{{ $mbsyncAccountMail := promptString "MbSync account mail " }}
{{ $mbsyncAccountUser := promptString "MbSync account user " }}
{{ $mbsyncAccountHost := promptString "MbSync account host " }}
[[data.mbsync]] [[data.mbsync]]
name = {{ promptString "MbSync account name " }} name = {{ promptString "MbSync account name " }}
mail = {{ $mbsyncAccountMail | quote }} mail = {{ promptString "MbSync account mail " }}
user = {{ $mbsyncAccountUser | quote }} user = {{ promptString "MbSync account user " }}
host = {{ $mbsyncAccountHost | quote }} host = {{ promptString "MbSync account host " }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}