From bd29111406622c71d0eb4e2c20a85898c5cef392 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 5 May 2020 13:16:08 +0100 Subject: Use pass for password instead --- isync/.mbsyncrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'isync') diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index be64efd..189fd5e 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -2,17 +2,15 @@ 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 ~/.config/.yann --batch --yes -d ~/.authimperial.gpg" +PassCmd "pass show imperial/ymh15" SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount mailbox Host imap.mailbox.org Port 993 User ymherklotz@mailbox.org -PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authmail.gpg" +PassCmd "pass show mailbox/ymherklotz@mailbox.org" SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore imperial-remote Account imperial -- cgit