Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Francois Dockes
recoll
Commits
b5f7a1c9
Commit
b5f7a1c9
authored
Feb 23, 2017
by
Jean-Francois Dockes
Browse files
GUI config: improve explanation of skippedPaths
parent
1c7a4767
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qtgui/confgui/confguiindex.cpp
View file @
b5f7a1c9
...
...
@@ -250,11 +250,12 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config)
ConfParamSLW
(
this
,
ConfLink
(
new
ConfLinkRclRep
(
config
,
"skippedPaths"
)),
tr
(
"Skipped paths"
),
tr
(
"These are names of directories which indexing "
"will not enter.<br> May contain wildcards. "
"Must match "
"the paths seen by the indexer (ie: if topdirs "
"includes '/home/me' and '/home' is actually a link "
tr
(
"These are pathnames of directories which indexing "
"will not enter.<br>"
"Path elements may contain wildcards. "
"The entries must match the paths seen by the indexer "
"(e.g.: if topdirs includes '/home/me' and '/home' is "
"actually a link "
"to '/usr/home', a correct skippedPath entry "
"would be '/home/me/tmp*', not '/usr/home/me/tmp*')"
));
eskp
->
setFsEncoding
(
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment