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
ba350d68
Commit
ba350d68
authored
Feb 27, 2017
by
Jean-Francois Dockes
Browse files
+- list variables
parent
db6113f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/sampleconf/mimeconf
View file @
ba350d68
...
...
@@ -122,6 +122,7 @@ application/zip = execm rclzip;charset=default
application/x-7z-compressed = execm rcl7z
audio/mpeg = execm rclaudio
audio/mp4 = execm rclaudio
video/mp4 = execm rclaudio
audio/aac = execm rclaudio
audio/x-karaoke = execm rclkar
image/gif = execm rclimg
...
...
src/sampleconf/mimeview
View file @
ba350d68
...
...
@@ -16,10 +16,14 @@
# search string
# - For pages of CHM and EPUB documents where we can choose to open the
# parent document instead of a temporary html file.
# Use xallexcepts- and xallexcepts+ in a user file to add or remove from
# the default xallexcepts list
xallexcepts = application/pdf application/postscript application/x-dvi \
text/html|gnuinfo text/html|chm text/html|epub \
application/x-fsdirectory|parentopen inode/directory|parentopen
[view]
# Pseudo entry used if the 'use desktop' preference is set in the GUI
application/x-all = xdg-open %u
...
...
src/sampleconf/recoll.conf
View file @
ba350d68
...
...
@@ -40,6 +40,18 @@ skippedNames = #* bin CVS Cache cache* .cache caughtspam tmp \
*~ .
beagle
.
git
.
hg
.
bzr
loop
.
ps
.
xsession
-
errors
\
.
recoll
*
xapiandb
recollrc
recoll
.
conf
# <var name="skippedNames-" type="string">
#
# <brief>List of name endings to remove from the default skippedNames
# list.</brief><descr></descr></var>
skippedNames
- =
# <var name="skippedNames+" type="string">
#
# <brief>List of name endings to add to the default skippedNames
# list.</brief><descr></descr></var>
skippedNames
+ =
# <var name="noContentSuffixes" type="string">
#
# <brief>List of name endings (not necessarily dot-separated suffixes) for
...
...
@@ -58,6 +70,19 @@ noContentSuffixes = .md5 .map \
.
dat
.
bak
.
rdf
.
log
.
gz
.
log
.
db
.
msf
.
pid
\
,
v
~
#
# <var name="noContentSuffixes-" type="string">
#
# <brief>List of name endings to remove from the default noContentSuffixes
# list.</brief><descr></descr></var>
noContentSuffixes
- =
# <var name="noContentSuffixes+" type="string">
#
# <brief>List of name endings to add to the default noContentSuffixes
# list.</brief><descr></descr></var>
noContentSuffixes
+ =
# <var name="skippedPaths" type="string">
#
# <brief>Paths we should not go into.</brief><descr>Space-separated list of
...
...
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