[mbsync] Do not wreck the template by slurping backwards

This commit is contained in:
Sebastian Schulze 2024-09-19 17:37:42 +02:00
parent 7853ad3cc3
commit f2cff3290c
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E

View file

@ -7,7 +7,7 @@ PassCmd "gopass show communication/{{.host}}/{{.user}}"
Port {{ .port }}
TLSType IMAPS
AuthMechs Login
{{- if hasKey . "certificate" -}}
{{ if hasKey . "certificate" -}}
CertificateFile ~/.cert/email-cert-{{.name}}.pem
{{- end }}