diff options
author | Tom Canich <tcanich@canich.net> | 2010-05-13 01:00:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:04 +0200 |
commit | c3a23213a9a171a67d48b837b7e53987a24bc7bb (patch) | |
tree | 944e2a4119297ee32c24e535b1570e23665e41de /network/isync/README.SLACKWARE | |
parent | a927321ae842c1bb8d552bfb38e2b62af7bcf8dc (diff) | |
download | slackbuilds-c3a23213a9a171a67d48b837b7e53987a24bc7bb.tar.gz |
network/isync: Added to 13.0 repository
Diffstat (limited to 'network/isync/README.SLACKWARE')
-rw-r--r-- | network/isync/README.SLACKWARE | 27 |
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. |