why this warning
This commit is contained in:
parent
548a0f2f4e
commit
4a91d58629
4
mbsyncrc
4
mbsyncrc
@ -3,14 +3,14 @@
|
|||||||
IMAPAccount gmail
|
IMAPAccount gmail
|
||||||
Host "imap.gmail.com"
|
Host "imap.gmail.com"
|
||||||
User "felix.vanderjeugt@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"
|
SSLType "IMAPS"
|
||||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
IMAPAccount ugent
|
IMAPAccount ugent
|
||||||
Host "owa.ugent.be"
|
Host "owa.ugent.be"
|
||||||
User "felix.vanderjeugt@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"
|
AuthMechs "PLAIN"
|
||||||
SSLTYPE "IMAPS"
|
SSLTYPE "IMAPS"
|
||||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
4
msmtprc
4
msmtprc
@ -12,7 +12,7 @@ host smtp.gmail.com
|
|||||||
port 587
|
port 587
|
||||||
from felix.vanderjeugt@gmail.com
|
from felix.vanderjeugt@gmail.com
|
||||||
user felix.vanderjeugt
|
user felix.vanderjeugt
|
||||||
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||||
|
|
||||||
# UGent
|
# UGent
|
||||||
account ugent
|
account ugent
|
||||||
@ -20,7 +20,7 @@ host smtp.ugent.be
|
|||||||
port 587
|
port 587
|
||||||
from felix.vanderjeugt@ugent.be
|
from felix.vanderjeugt@ugent.be
|
||||||
user felix.vanderjeugt@ugent.be
|
user felix.vanderjeugt@ugent.be
|
||||||
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||||
|
|
||||||
# Set a default account
|
# Set a default account
|
||||||
account default : gmail
|
account default : gmail
|
||||||
|
Loading…
Reference in New Issue
Block a user