From 4ead9be4468d8d58c027bf6e6616e3b4d6e727eb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Aug 2019 18:30:24 +0200 Subject: Complete re-structuring so it's easier to install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- mbsyncrc | 119 --------------------------------------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 mbsyncrc (limited to 'mbsyncrc') diff --git a/mbsyncrc b/mbsyncrc deleted file mode 100644 index b80c0a1..0000000 --- a/mbsyncrc +++ /dev/null @@ -1,119 +0,0 @@ -# My credentials are encrypted with my GPG keys symmetrically. The login is done -# through SSL and the certificate file is located where openSUSE puts it. This -# configuration requires mbsync 1.3 (or current git master). I'm doing this -# because: -# 1. I need to increase the timeout for imap.novell.com -# 2. I need the improvements for subdirectories handling - -## -# GMail - -IMAPAccount gmail -Host imap.gmail.com -User mikisabate@gmail.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpassgmail.gpg" -SSLType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/ca-bundle.pem - -# Use the account specified above as the remote storage. -IMAPStore gmail-remote -Account gmail - -# Let's use ~/.mail as the prefix for the local storage. -MaildirStore gmail-local -Path ~/.mail/gmail/ -Inbox ~/.mail/gmail/inbox -SubFolders Verbatim - -# We could have one only channel, and filter them through the Patterns -# directive. I prefer having multiple channels and then group them. - -Channel gmail-inbox -Master :gmail-remote: -Slave :gmail-local: -Patterns "INBOX" -Create Both -Expunge Both -Sync All -SyncState * - -Channel gmail-all -Master :gmail-remote:"[Gmail]/Tot el correu" -Slave :gmail-local:"All" -Create Both -Expunge Both -Sync All -SyncState * - -Channel gmail-sent -Master :gmail-remote:"[Gmail]/Enviats" -Slave :gmail-local:"Sent" -Create Both -Expunge Both -Sync All -SyncState * - -# And finally group everything here. - -Group gmail -Channel gmail-inbox -Channel gmail-all -Channel gmail-sent - -## -# suse.de - -IMAPAccount susede -Host imap.suse.de -User msabate -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpasssusede.gpg" -SSLType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/ca-bundle.pem - -IMAPStore susede-remote -Account susede - -MaildirStore susede-local -Path ~/.mail/susede/ -Inbox ~/.mail/susede/inbox -SubFolders Verbatim - -Channel susede -Master :susede-remote: -Slave :susede-local: -Patterns * -Create Both -Sync All -Expunge Both -SyncState * - -## -# suse.com - -IMAPAccount susecom -Host gwmail.emea.novell.com -User msabate -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpasssusecom.gpg" -SSLType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/ca-bundle.pem -Timeout 0 - -IMAPStore susecom-remote -Account susecom - -MaildirStore susecom-local -Path ~/.mail/susecom/ -Inbox ~/.mail/susecom/inbox -SubFolders Verbatim - -Channel susecom -Master :susecom-remote: -Slave :susecom-local: -Patterns * !Calendar -Create Both -Sync All -Expunge Both -SyncState * -- cgit v1.2.3