aboutsummaryrefslogtreecommitdiffstats
path: root/.mbsyncrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-09-07 11:55:23 +0200
committerDavid Runge <dave@sleepmap.de>2019-09-07 11:55:23 +0200
commit72db2a3c7565b08e355b3899c5bd8166f40d0ea7 (patch)
tree9e3584945add88f315dc2f20f423598c6d7844a2 /.mbsyncrc
parentf5c5ac2cb7821432bc50c6620440671d37aa93f9 (diff)
downloaddotfiles-72db2a3c7565b08e355b3899c5bd8166f40d0ea7.tar.gz
dotfiles-72db2a3c7565b08e355b3899c5bd8166f40d0ea7.tar.bz2
dotfiles-72db2a3c7565b08e355b3899c5bd8166f40d0ea7.tar.xz
dotfiles-72db2a3c7565b08e355b3899c5bd8166f40d0ea7.zip
.mbsyncrc: Adding configuration for sleepmap.de and archlinux.org account.
Diffstat (limited to '.mbsyncrc')
-rw-r--r--.mbsyncrc41
1 files changed, 41 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
new file mode 100644
index 0000000..9ee7531
--- /dev/null
+++ b/.mbsyncrc
@@ -0,0 +1,41 @@
+IMAPAccount archlinux
+Host mail.archlinux.org
+User dvzrv@archlinux.org
+PassCmd "pass mail/dvzrv@archlinux.org"
+SSLType IMAPS
+
+IMAPStore archlinux-remote
+Account archlinux
+
+MaildirStore archlinux-local
+Path ~/.mail/dvzrv@archlinux.org/
+Inbox ~/.mail/dvzrv@archlinux.org/INBOX
+SubFolders Verbatim
+
+Channel dvzrv@archlinux.org
+Master :archlinux-remote:
+Slave :archlinux-local:
+Create Both
+Patterns *
+SyncState *
+
+IMAPAccount sleepmap
+Host mail.sleepmap.de
+User dave@sleepmap.de
+PassCmd "pass mail/dave@sleepmap.de"
+SSLType IMAPS
+
+IMAPStore sleepmap-remote
+Account sleepmap
+
+MaildirStore sleepmap-local
+Path ~/.mail/dave@sleepmap.de/
+Inbox ~/.mail/dave@sleepmap.de/INBOX
+SubFolders Verbatim
+
+Channel dave@sleepmap.de
+Master :sleepmap-remote:
+Slave :sleepmap-local:
+Create Both
+Patterns *
+SyncState *