diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 00:03:53 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 00:03:53 +0300 |
commit | 4016a14713f5fa13fbfe6f044596880a96e91ed7 (patch) | |
tree | 7f092c6f972b24fbca4688db3623dc415ef170f7 /.mbsyncrc | |
parent | 8694e843f6900d27a70a10d5afb034d98a1fb7bc (diff) |
mbsync: add uni's gmail account
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -11,9 +11,9 @@ IMAPStore fastmail-remote Account fastmail MaildirStore fastmail-local -Path ~/Mail/ -Inbox ~/Mail/Inbox -Trash ~/Mail/Trash/ +Path ~/Mail/Fastmail/ +Inbox ~/Mail/Fastmail/Inbox +Trash ~/Mail/Fastmail/Trash/ SubFolders Verbatim Channel fastmail @@ -25,3 +25,30 @@ CopyArrivalDate yes Sync All Create Both SyncState * + + +IMAPAccount gmail +Host imap.gmail.com +Port 993 +User [email protected] +PassCmd "pass google/musofia/smtp" +SSLType IMAPS +SSLVersions TLSv1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore gmail-remote +Account gmail + +MaildirStore gmail-local +Path ~/Mail/MUSofia/ +SubFolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Trash" +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * |