summaryrefslogtreecommitdiffstats
path: root/network/isync/README.SLACKWARE
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-11-30 19:07:22 +0100
committer Willy Sudiarto Raharjo2019-11-30 19:08:31 +0100
commit996bacd1c64d6404feb753f8896971dab6db4051 (patch)
tree5d9eb1b217c11dd2f424641d24c341a62734d5be /network/isync/README.SLACKWARE
parentf15ff0428d093b5f4f1f8723cfadb9eaf7fed94d (diff)
downloadslackbuilds-996bacd1c64d6404feb753f8896971dab6db4051.tar.gz
network/isync: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/isync/README.SLACKWARE')
-rw-r--r--network/isync/README.SLACKWARE32
1 files changed, 16 insertions, 16 deletions
diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE
index 4fcc0a630e..fd78538da7 100644
--- a/network/isync/README.SLACKWARE
+++ b/network/isync/README.SLACKWARE
@@ -4,24 +4,24 @@ 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/
+ 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
+ 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
+ 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
+ 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.