learn to not delete messages
This enables the "append" mode feature. Configuration option is sync_deletes in both local and remote repositories. Marked EXPERIMENTAL and UNTESTED. Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
@ -428,6 +428,7 @@ remoterepository = RemoteExample
|
||||
#
|
||||
#proxy = SOCKS5:IP:9999
|
||||
|
||||
|
||||
[Repository LocalExample]
|
||||
|
||||
# Each repository requires a "type" declaration. The types supported for
|
||||
@ -473,6 +474,14 @@ localfolders = ~/Test
|
||||
#startdate = 2015-04-01
|
||||
|
||||
|
||||
# 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.
|
||||
#
|
||||
#sync_deletes = yes
|
||||
|
||||
|
||||
# This option stands in the [Repository LocalExample] section.
|
||||
#
|
||||
# Some users may not want the atime (last access time) of folders to be
|
||||
@ -1069,6 +1078,14 @@ remoteuser = username
|
||||
#createfolders = True
|
||||
|
||||
|
||||
# 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.
|
||||
#
|
||||
#sync_deletes = yes
|
||||
|
||||
|
||||
# This option stands in the [Repository RemoteExample] section.
|
||||
#
|
||||
# 'foldersort' determines how folders are sorted.
|
||||
|
Reference in New Issue
Block a user