1
0
This commit is contained in:
Jeff Lance 2024-03-04 16:20:30 +01:00
parent ac364679ca
commit 7ae27ecc78
2 changed files with 11 additions and 18 deletions

View File

@ -1,9 +1,7 @@
chezmoi:template:missing-key=zero
[data]
email = {{ promptString "Git main email address " "" | quote }}
{{- with promptInt "How many mbsync accounts would you generate " 0 -}}{{- $count := . | int }}
{{- if gt $count 0 -}}
{{- range $i, $e := until $count }}
[[data.mbsync]]
name = {{ promptString "MbSync account name " | quote }}
@ -11,10 +9,7 @@ mail = {{ promptString "MbSync account mail " | quote }}
user = {{ promptString "MbSync account user " | quote }}
host = {{ promptString "MbSync account host " | quote }}
{{- end }}
{{ else }}
{{- else -}}
[[data.mbsync]]
{{- end }}
{{- end -}}
{{- end }}

View File

@ -24,7 +24,6 @@ BufferLimit 100M
# #
##########################
{{ if .mbsync }}
{{ range $value := .mbsync }}
# {{ $value.name }}
@ -116,4 +115,3 @@ Channel {{ $value.name }}-junk
Channel {{ $value.name }}-archive
{{ end }}
{{ end -}}