mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Clarify the purpose of pair definitions in the config file.
This commit is contained in:
parent
24a913988b
commit
e08e266cbe
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue