From e3d59bae4051a36f3c95523ca82b980ab8e464b4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 25 Aug 2023 19:40:40 +0300 Subject: vlt: Add the ‘raw’ subcommand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/isync/mbsyncrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/isync/mbsyncrc') diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index a5ee4d2..0d137ae 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -7,7 +7,7 @@ SyncState * IMAPStore default-remote Host imap.migadu.com User mail@thomasvoss.com -PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/mail@thomasvoss.com" +PassCmd "vlt raw Email mail@thomasvoss.com" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -26,7 +26,7 @@ Patterns * IMAPStore legacy-remote Host outlook.office365.com User thomasvoss@live.com -PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/thomasvoss@live.com" +PassCmd "vlt raw Email thomasvoss@live.com" Port 993 SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -46,7 +46,7 @@ Patterns * IMAPStore humanwave-remote Host imap.gmail.com User thomas.voss@humanwave.nl -PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/thomas.voss@humanwave.nl" +PassCmd "vlt raw Email thomas.voss@humanwave.nl" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -- cgit v1.2.3