sync_deletes option is now tested
Improve documentation. Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
c00470af03
commit
1c04823453
@ -476,8 +476,12 @@ localfolders = ~/Test
|
|||||||
|
|
||||||
# This option stands in the [Repository LocalExample] section.
|
# This option stands in the [Repository LocalExample] section.
|
||||||
#
|
#
|
||||||
# Remove messages on remote when deleted in local. Default is yes.
|
# Propagate deletions from local to remote. Messages deleted in this repository
|
||||||
# This feature is EXPERIMENTAL and UNTESTED.
|
# 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
|
#sync_deletes = yes
|
||||||
|
|
||||||
@ -1080,8 +1084,12 @@ remoteuser = username
|
|||||||
|
|
||||||
# This option stands in the [Repository RemoteExample] section.
|
# This option stands in the [Repository RemoteExample] section.
|
||||||
#
|
#
|
||||||
# Remove messages in local when deleted on remote. Default is yes.
|
# Propagate deletions from remote to local. Messages deleted in this repository
|
||||||
# This feature is EXPERIMENTAL and UNTESTED.
|
# 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
|
#sync_deletes = yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user