diff options
author | Manuel Argüelles <manuel.arguelles@gmail.com> | 2018-06-02 22:50:03 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-02 23:27:56 +0100 |
commit | 9e6558fb335f4699f4ed42f827e591cdbac6110e (patch) | |
tree | b46f10b5554731e8bfa1ece7e59c18a9a99db655 /network/isync/README.SLACKWARE | |
parent | 399ca35b72d0d8e0d964a02a54df049ac3ea3414 (diff) |
network/isync: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/isync/README.SLACKWARE')
-rw-r--r-- | network/isync/README.SLACKWARE | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE index fd78538da754..4fcc0a630e6d 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. |