diff options
author | Thanos Apollo <[email protected]> | 2024-07-04 06:54:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-04 06:54:40 +0300 |
commit | 7ee6210940004fc6bba25b607c18a56b5f0e5d33 (patch) | |
tree | ecd8014d61cefc8ee09eebcac2e8e889f361eba4 | |
parent | f5c916ecfd139d0b47153a670d6777acc51a1a50 (diff) |
mbsyncrc: Update structure for gmail
-rw-r--r-- | .mbsyncrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ IMAPAccount fastmail Host imap.fastmail.com Port 993 User [email protected] -PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/[email protected]\" \"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 |