From 883965201e588925ed7f7c04a9cff70cc5547288 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Jan 2023 12:27:35 +0100 Subject: mail: added urv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .mbsyncrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 1b2244e..6791d29 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -232,3 +232,32 @@ Group uoc Channel uoc-inbox Channel uoc-all Channel uoc-sent + +## +# urv: set to Pull only kind of for the same reasons + +IMAPAccount urv +Host outlook.office365.com +User 47108707-S@epp.urv.cat +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpass.gpg" +SSLType IMAPS +AuthMechs Login +CertificateFile /etc/ssl/ca-bundle.pem +Timeout 0 + +IMAPStore urv-remote +Account urv + +MaildirStore urv-local +Path /home/backup/mail/urv/ +Inbox /home/backup/mail/urv/inbox +SubFolders Verbatim + +Channel urv +Master :urv-remote: +Slave :urv-local: +Patterns * !Calendar +Create Both +Sync All +Expunge Both +SyncState * -- cgit v1.2.3