From 4016a14713f5fa13fbfe6f044596880a96e91ed7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 12 Oct 2023 00:03:53 +0300 Subject: mbsync: add uni's gmail account --- .mbsyncrc | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/.mbsyncrc b/.mbsyncrc index b47d7a3..371b864 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -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 104111@students.mu-sofia.bg +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 * -- cgit v1.2.3