diff --git a/doc/conffile.rst b/doc/conffile.rst index 7760e5477..2a2843255 100644 --- a/doc/conffile.rst +++ b/doc/conffile.rst @@ -46,6 +46,9 @@ 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 | ++---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------------------------------------------------------------------------+