why this warning
This commit is contained in:
parent
548a0f2f4e
commit
4a91d58629
2 changed files with 4 additions and 4 deletions
4
mbsyncrc
4
mbsyncrc
|
@ -3,14 +3,14 @@
|
|||
IMAPAccount gmail
|
||||
Host "imap.gmail.com"
|
||||
User "felix.vanderjeugt@gmail.com"
|
||||
PassCmd "gpg2 -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||
PassCmd "gpg2 -u Noctua -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||
SSLType "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
IMAPAccount ugent
|
||||
Host "owa.ugent.be"
|
||||
User "felix.vanderjeugt@ugent.be"
|
||||
PassCmd "gpg2 -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
PassCmd "gpg2 -u Noctua -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
AuthMechs "PLAIN"
|
||||
SSLTYPE "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue