change password store layout
This commit is contained in:
parent
f03139fb3b
commit
62fa940cdb
2 changed files with 2 additions and 2 deletions
2
mbsyncrc
2
mbsyncrc
|
@ -10,7 +10,7 @@ CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
|||
IMAPAccount ugent
|
||||
Host "owa.ugent.be"
|
||||
User "felix.vanderjeugt@ugent.be"
|
||||
PassCmd "pass show ugent | head -1"
|
||||
PassCmd "pass show ugent/_ | head -1"
|
||||
AuthMechs "PLAIN"
|
||||
SSLTYPE "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
|
2
msmtprc
2
msmtprc
|
@ -18,7 +18,7 @@ host smtp.ugent.be
|
|||
port 587
|
||||
from felix.vanderjeugt@ugent.be
|
||||
user felix.vanderjeugt@ugent.be
|
||||
passwordeval "pass show ugent | head -1"
|
||||
passwordeval "pass show ugent/_ | head -1"
|
||||
|
||||
account posteo
|
||||
host posteo.de
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue