This commit is contained in:
Jean-Francois Dockes 2022-05-19 18:46:51 +02:00
parent 1be54c2709
commit f1b0db7226
2 changed files with 7 additions and 2 deletions

View File

@ -430,7 +430,7 @@ alink="#0000FF">
<div class="list-of-tables">
<p><b>List of Tables</b></p>
<dl>
<dt>3.1. <a href="#idm1524">Keyboard shortcuts</a></dt>
<dt>3.1. <a href="#idm1526">Keyboard shortcuts</a></dt>
</dl>
</div>
<div class="chapter">
@ -4083,6 +4083,8 @@ fs.inotify.max_user_watches=32768
directories, e.g.:</p>
<pre class=
"screen">export RECOLL_EXTRA_DBS=/some/place/xapiandb:/some/other/db</pre>
<p>On Windows, use semi-colons (<code class=
"literal">;</code>) as separators instead of colons.</p>
<p>Another environment variable, <code class=
"envar">RECOLL_ACTIVE_EXTRA_DBS</code> allows adding to
the active list of indexes. This variable was suggested
@ -4186,7 +4188,7 @@ fs.inotify.max_user_watches=32768
<span class="guilabel">Shortcut</span> column, and type
the desired sequence.</p>
<div class="table">
<a name="idm1524" id="idm1524"></a>
<a name="idm1526" id="idm1526"></a>
<p class="title"><b>Table&nbsp;3.1.&nbsp;Keyboard
shortcuts</b></p>
<div class="table-contents">

View File

@ -2899,6 +2899,9 @@ fs.inotify.max_user_watches=32768
</para>
<screen>export RECOLL_EXTRA_DBS=/some/place/xapiandb:/some/other/db</screen>
<para>On Windows, use semi-colons (<literal>;</literal>) as separators instead of
colons.</para>
<para>Another environment
variable, <envar>RECOLL_ACTIVE_EXTRA_DBS</envar> allows adding to
the active list of indexes. This variable was suggested and