1
0
This commit is contained in:
Jeff Lance 2024-03-04 14:12:11 +01:00
parent fc60f2d524
commit 6f0f40f76f

View File

@ -3,8 +3,8 @@
[data]
email = {{ $email | quote }}
{{- if gt $mbsyncAccountNumber 0 -}}
{{- range $i, $e := until $mbsyncAccountNumber -}}
{{ if gt $mbsyncAccountNumber 0 }}
{{ range $i, $e := until $mbsyncAccountNumber }}
[[data.mbsync]]
name = {{ promptString "MbSync account name " }}
mail = {{ promptString "MbSync account mail " }}