From 886401760f1d0ce1dac4cac15def3d0742cd14b5 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 22 Mar 2023 18:07:18 +0200 Subject: mbsync: use pass for passcmd Start using pass, remove old comments --- .mbsyncrc | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 0de76b7..c6bb60d 100755 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -2,7 +2,7 @@ IMAPAccount fastmail Host imap.fastmail.com Port 993 User public@thanosapollo.com -PassCmd "cat ~/.fastmail-pass" +PassCmd "pass show fastmail.com/thanosapollo.com | sed -n '3p'" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -25,25 +25,3 @@ CopyArrivalDate yes Sync All Create Both SyncState * - -# IMAPAccount fastmail -# Host imap.fastmail.com -# User public@thanosapollo.com -# PassCmd "cat ~/.fastmail-pass" -# SSLType IMAPS -# CertificateFile /etc/ssl/certs/ca-certificates.crt - -# IMAPStore fastmail-remote -# Account fastmail - -# MaildirStore fastmail-local -# Subfolders Verbatim -# Path ~/Mail/Fastmail/ -# Inbox ~/Mail/Fastmail/Inbox - -# Channel fastmail -# Far :fastmail-remote: -# Near :fastmail-local: -# Patterns * ![Fastmail]* "[Fastmail]/Sent Mail" "[Fastmail]/Starred" "[Fastmail]/All Mail" -# Create Both -# SyncState * -- cgit v1.2.3