summaryrefslogtreecommitdiff
path: root/isyncrc
diff options
context:
space:
mode:
Diffstat (limited to 'isyncrc')
-rw-r--r--isyncrc40
1 files changed, 40 insertions, 0 deletions
diff --git a/isyncrc b/isyncrc
new file mode 100644
index 0000000..f3ef84b
--- /dev/null
+++ b/isyncrc
@@ -0,0 +1,40 @@
+IMAPStore personal-remote
+Host imap.purelymail.com
+Port 993
+TLSType IMAPS
+User jake@jakekoroman.com
+PassCmd "pass show jake@jakekoroman.com"
+
+MaildirStore personal-local
+Path ~/mail/personal/
+Inbox ~/mail/personal/INBOX
+Subfolders Verbatim
+
+Channel personal
+Far :personal-remote:
+Near :personal-local:
+Create Both
+Expunge Both
+SyncState *
+Patterns *
+
+IMapStore work-remote
+Host localhost
+Port 1143
+TLSType None
+AuthMechs LOGIN
+User koromanj@miltonhydro.com
+PassCmd "pass show koromanj@miltonhydro.com"
+
+MaildirStore work-local
+Path ~/mail/work/
+Inbox ~/mail/work/INBOX
+Subfolders Verbatim
+
+Channel work
+Far :work-remote:
+Near :work-local:
+Create Both
+Expunge Both
+SyncState *
+Patterns *