summaryrefslogtreecommitdiffstats
path: root/network/isync/README.SLACKWARE
blob: fd78538da754ce8d3ada2bf843fa428bd63e4707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.