From e08e266cbecf70b238c4dedc0b6277deee64035a Mon Sep 17 00:00:00 2001 From: Julian Mehne Date: Wed, 30 Apr 2014 19:52:04 +0200 Subject: [PATCH] Clarify the purpose of `pair` definitions in the config file. --- example.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.cfg b/example.cfg index 4f62ecc..f50ba2e 100644 --- a/example.cfg +++ b/example.cfg @@ -14,7 +14,9 @@ status_path = ~/.vdirsyncer/status/ # CONTACTS [pair bob_contacts] -# Similar to accounts in OfflineIMAP. +# A `[pair ]` block defines two storages `a` and `b` that should be +# synchronized. The definition of these storages follows in `[storage ]` +# blocks. This is similar to accounts in OfflineIMAP. a = bob_contacts_local b = bob_contacts_remote