From 7ee6210940004fc6bba25b607c18a56b5f0e5d33 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 4 Jul 2024 06:54:40 +0300 Subject: mbsyncrc: Update structure for gmail --- .mbsyncrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index ef184a1..6d11441 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -2,7 +2,7 @@ IMAPAccount fastmail Host imap.fastmail.com Port 993 User thanosapollo@fastmail.com -PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/thanosapollo@fastmail.com\" \"smtp\")'" +PassCmd "pass show fastmail.com/smtp" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -41,12 +41,14 @@ Account gmail MaildirStore gmail-local Path ~/Mail/MUSofia/ +Inbox ~/Mail/MUSofia/Inbox +Trash ~/Mail/MUSofia/Trash SubFolders Verbatim Channel gmail Far :gmail-remote: Near :gmail-local: -Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Trash" +Patterns * Expunge None CopyArrivalDate yes Sync All -- cgit v1.2.3