From 09ade2b892a1834d03781b278ad82f1cb35c2784 Mon Sep 17 00:00:00 2001 From: Oleg Solovyov Date: Thu, 25 Jan 2018 17:05:26 +0300 Subject: [PATCH 1/2] - add description for moveToTrash variable --- doc/conffile.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conffile.rst b/doc/conffile.rst index 7760e5477..d562e1d48 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -46,6 +46,8 @@ Some interesting values that can be set on the configuration file are: +---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ | ``timeout`` | ``300`` | The timeout for network connections in seconds. | +---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ +| ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. | ++---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------------------------------------------------------------------------+ From 66eeb96c54e72a8a39b8e16da903b5f7a171dd3d Mon Sep 17 00:00:00 2001 From: Oleg Solovyov Date: Thu, 25 Jan 2018 17:22:27 +0300 Subject: [PATCH 2/2] - doc: linux-only setting --- doc/conffile.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conffile.rst b/doc/conffile.rst index d562e1d48..2a2843255 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -47,6 +47,7 @@ Some interesting values that can be set on the configuration file are: | ``timeout`` | ``300`` | The timeout for network connections in seconds. | +---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ | ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. | +| | | This option only works on linux | +---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+