summaryrefslogtreecommitdiffstats
path: root/network/isync/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--network/isync/README.SLACKWARE27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE
new file mode 100644
index 0000000000..fd78538da7
--- /dev/null
+++ b/network/isync/README.SLACKWARE
@@ -0,0 +1,27 @@
+README.SLACKWARE for isync
+
+After installation, create $HOME/.mbsyncrc. This file contains information
+about your email stores and channels. An example configuration, between
+a remote IMAP server and a local Maildir:
+
+ MaildirStore local
+ Path ~/Maildir/
+
+ IMAPAccount My-IMAP-server
+ Host mail.myisp.foo
+ Port 143
+ User myuser
+ #Pass mypass -- if not supplied, mbsync will prompt at runtime
+
+ IMAPStore My-IMAP-store
+ Account My-IMAP-Server
+
+ Channel My-Channel
+ Master :My-IMAP-store:
+ Slave :local:
+ Patterns % !Trash # Synchronize all at this level except Trash
+ Sync All
+ Create Both
+ Expunge Both
+
+See mbsync(1) for additional explanation and options.