From 44b944832da0263eac37d6c6f2c63e7bd86909af Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 31 Dec 2018 10:19:12 +0100 Subject: Change password file for mbsync --- isync/.mbsyncrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 009d231..828480f 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -2,7 +2,7 @@ IMAPAccount gmail # Address to connect to Host imap.gmail.com User ymherklotz@gmail.com -PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.yann --batch --yes -d ~/.authgmail.gpg" +PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authgmail.gpg" # Use SSL SSLType IMAPS # The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. @@ -14,7 +14,7 @@ IMAPAccount imperial Host outlook.office365.com Port 993 User ymh15@ic.ac.uk -PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.yann --batch --yes -d ~/.authimperial.gpg" +PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authimperial.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -- cgit