Clarify the purpose of pair definitions in the config file.

This commit is contained in:
Julian Mehne 2014-04-30 19:52:04 +02:00
parent 24a913988b
commit e08e266cbe

View file

@ -14,7 +14,9 @@ status_path = ~/.vdirsyncer/status/
# CONTACTS
[pair bob_contacts]
# Similar to accounts in OfflineIMAP.
# A `[pair <name>]` block defines two storages `a` and `b` that should be
# synchronized. The definition of these storages follows in `[storage <name>]`
# blocks. This is similar to accounts in OfflineIMAP.
a = bob_contacts_local
b = bob_contacts_remote