diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 19:40:40 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 19:40:40 +0300 |
commit | e3d59bae4051a36f3c95523ca82b980ab8e464b4 (patch) | |
tree | f012e71d9ba89ea7f396982f6e72780c3a2e55bc /.config/isync | |
parent | b9b163bbda84b58edd8e28ecdfa411adfa6888a2 (diff) |
vlt: Add the ‘raw’ subcommand
Diffstat (limited to '.config/isync')
-rw-r--r-- | .config/isync/mbsyncrc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |