summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-07-28 19:24:59 +0200
committerVictor Toso <victortoso@redhat.com>2015-07-28 19:24:59 +0200
commit1374962ca2325fd63f5ef494aa400933a2ef478b (patch)
treed26571fcff66f9a451276db3488a9b422f3243fe
parentf4e007acd27601279680bad8b831540ee90cf10d (diff)
mbsyncrc: mbsync configuration
Finally moved from offlineimap to mbsync; Also trying new stuff with my mails: spam,bugzilla,lists besides the main one.
-rw-r--r--mbsyncrc124
1 files changed, 124 insertions, 0 deletions
diff --git a/mbsyncrc b/mbsyncrc
new file mode 100644
index 0000000..e539b29
--- /dev/null
+++ b/mbsyncrc
@@ -0,0 +1,124 @@
+###############################################################################
+# victortoso@redhat.com
+###############################################################################
+IMAPAccount redhat
+ Host mail.corp.redhat.com
+ User victortoso
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/redhat.gpg"
+ SSLType IMAPS
+ CertificateFile /etc/ssl/certs/redhat.crt
+
+IMAPStore redhat-remote
+ Account redhat
+
+MaildirStore redhat-local
+ Path ~/.mail/redhat/
+ Inbox ~/.mail/redhat/inbox
+
+Channel redhat
+ Master :redhat-remote:
+ Slave :redhat-local:
+ Patterns * !"Emailed Conctacts" !"Chats" !"Contacts"
+ Create Both
+ Sync All
+ SyncState *
+
+###############################################################################
+# me@victortoso.com
+###############################################################################
+IMAPAccount victortoso
+ Host imap.gmail.com
+ User me@victortoso.com
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/victortoso.gpg"
+ SSLType IMAPS
+ CertificateFile /etc/ssl/certs/ca-bundle.crt
+
+IMAPStore victortoso-remote
+ Account victortoso
+
+MaildirStore victortoso-local
+ Path ~/.mail/victortoso/
+ Inbox ~/.mail/victortoso/inbox
+
+Channel victortoso
+ Master :victortoso-remote:
+ Slave :victortoso-local:
+ Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
+ Create Both
+ Sync All
+ SyncState *
+
+###############################################################################
+# bugzilla@victortoso.com
+###############################################################################
+IMAPAccount bugzilla
+ Host imap.gmail.com
+ User bugzilla@victortoso.com
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/bugzilla.gpg"
+ SSLType IMAPS
+ CertificateFile /etc/ssl/certs/ca-bundle.crt
+
+IMAPStore bugzilla-remote
+ Account bugzilla
+
+MaildirStore bugzilla-local
+ Path ~/.mail/bugzilla/
+ Inbox ~/.mail/bugzilla/inbox
+
+Channel bugzilla
+ Master :bugzilla-remote:
+ Slave :bugzilla-local:
+ Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
+ Create Both
+ Sync All
+ SyncState *
+
+###############################################################################
+# lists@victortoso.com
+###############################################################################
+IMAPAccount lists
+ Host imap.gmail.com
+ User lists@victortoso.com
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/lists.gpg"
+ SSLType IMAPS
+ CertificateFile /etc/ssl/certs/ca-bundle.crt
+
+IMAPStore lists-remote
+ Account lists
+
+MaildirStore lists-local
+ Path ~/.mail/lists/
+ Inbox ~/.mail/lists/inbox
+
+Channel lists
+ Master :lists-remote:
+ Slave :lists-local:
+ Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
+ Create Both
+ Sync All
+ SyncState *
+
+###############################################################################
+# spam@victortoso.com
+###############################################################################
+IMAPAccount spam
+ Host imap.gmail.com
+ User spam@victortoso.com
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/spam.gpg"
+ SSLType IMAPS
+ CertificateFile /etc/ssl/certs/ca-bundle.crt
+
+IMAPStore spam-remote
+ Account spam
+
+MaildirStore spam-local
+ Path ~/.mail/spam/
+ Inbox ~/.mail/spam/inbox
+
+Channel spam
+ Master :spam-remote:
+ Slave :spam-local:
+ Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
+ Create Both
+ Sync All
+ SyncState *