From: Sergey Matveev Date: Sat, 22 Jul 2023 07:13:54 +0000 (+0300) Subject: Actualize recoll configuration X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=725a787964c6c14d8fd51f24ac62b84071762e9e Actualize recoll configuration --- diff --git a/recoll/bin/my-pdftotext-fast b/recoll/bin/my-pdftotext-fast new file mode 100755 index 0000000..1857c2c --- /dev/null +++ b/recoll/bin/my-pdftotext-fast @@ -0,0 +1,6 @@ +#!/bin/sh + +tmp=`mktemp` +trap "rm -f $tmp" HUP PIPE INT QUIT TERM EXIT +mutool convert -F text -o $tmp "$1" 2>/dev/null +cat $tmp diff --git a/recoll/recoll/man/mimemap b/recoll/recoll/man/mimemap index a7ad1a5..f93156f 100644 --- a/recoll/recoll/man/mimemap +++ b/recoll/recoll/man/mimemap @@ -17,6 +17,7 @@ .3tiff = text/x-man .3x = text/x-man .4 = text/x-man +.4x = text/x-man .5 = text/x-man .5ssl = text/x-man .6 = text/x-man diff --git a/recoll/recoll/man/recoll.conf b/recoll/recoll/man/recoll.conf index 50057ec..25213e8 100644 --- a/recoll/recoll/man/recoll.conf +++ b/recoll/recoll/man/recoll.conf @@ -1,7 +1,7 @@ idxflushmb = 512 followLinks = 1 topdirs = \ - /usr/local/lib/perl5/5.26/perl/man \ + /usr/local/lib/perl5/5.32/perl/man \ /usr/local/lib/perl5/site_perl/man \ /usr/share/openssl/man \ /usr/local/share/man \