settings: add setting to track remote search on remote locations

Remote locations by default don't handle recursive search, since
it has high costs associated. We can't, however, neglect the ability
to search recursively on those folders, nor share the same setting
with common folders too.

To fix that, add a new setting called "enable-remote-recursive-search"
which will be used by the next commits to properly implement recursive
search for remote locations.
This commit is contained in:
Georges Basile Stavracas Neto 2016-01-12 20:34:38 -02:00 committed by Carlos Soriano
parent 4dc7e73359
commit 80f8cba489

View file

@ -76,6 +76,11 @@
<summary>Whether to enable recursive search or not</summary>
<description>Enables or disables recursive search in Nautilus.</description>
</key>
<key type="b" name="enable-remote-recursive-search">
<default>false</default>
<summary>Whether to enable recursive search or not on remote locations</summary>
<description>Enables or disables recursive search on remote locations in Nautilus.</description>
</key>
<key type="b" name="show-delete-permanently">
<default>false</default>
<summary>Whether to show a context menu item to delete permanently</summary>