From 1c048234532bbf16a2eb268c936cfe3f37b1dc4d Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 19 Apr 2016 19:13:55 +0200 Subject: [PATCH] sync_deletes option is now tested Improve documentation. Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/offlineimap.conf b/offlineimap.conf index a25f142..177d4ad 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -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