sync_deletes option is now tested

Improve documentation.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-04-19 19:13:55 +02:00
parent c00470af03
commit 1c04823453
1 changed files with 12 additions and 4 deletions

View File

@ -476,8 +476,12 @@ localfolders = ~/Test
# This option stands in the [Repository LocalExample] section.
#
# Remove messages on remote when deleted in local. Default is yes.
# This feature is EXPERIMENTAL and UNTESTED.
# Propagate deletions from local to remote. Messages deleted in this repository
# won't get deleted on remote if set to "no". Default is yes.
#
# See sync_deletes in the RemoteExample section, too.
#
# While we have positive feedbacks, this feature is still EXPERIMENTAL.
#
#sync_deletes = yes
@ -1080,8 +1084,12 @@ remoteuser = username
# This option stands in the [Repository RemoteExample] section.
#
# Remove messages in local when deleted on remote. Default is yes.
# This feature is EXPERIMENTAL and UNTESTED.
# Propagate deletions from remote to local. Messages deleted in this repository
# won't get deleted on the local repositor if set to "no". Default is yes.
#
# See sync_deletes in the LocalExample section, too.
#
# While we have positive feedbacks, this feature is still EXPERIMENTAL.
#
#sync_deletes = yes