From b07ae087d9e7e501ea6b6153e87bacaa1b8c6193 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 20 Dec 2021 09:22:12 +0100 Subject: [PATCH] orgmode: complete the mimeconf defs --- packaging/debian/buildppa.sh | 2 +- src/RECOLL-VERSION.txt | 2 +- src/sampleconf/mimeconf | 2 ++ src/windows/mimeconf | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 1e330c10..310777b8 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -13,7 +13,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.31.5 +RCLVERS=1.31.6 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=1 diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 490b76e4..deade24a 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.31.5 +1.31.6 diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index b213ade6..563a0da9 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -359,6 +359,7 @@ text/x-java = source text/x-lua = source text/x-mail = message text/x-man = document +text/x-orgmode = document text/x-perl = source text/x-php = source text/x-purple-html-log = pidgin @@ -443,6 +444,7 @@ text = \ text/x-ini \ text/x-java \ text/x-man \ + text/x-orgmode \ text/x-perl \ text/x-php \ text/x-python \ diff --git a/src/windows/mimeconf b/src/windows/mimeconf index c48a69a1..6bc6545e 100644 --- a/src/windows/mimeconf +++ b/src/windows/mimeconf @@ -187,6 +187,7 @@ text/x-csv = internal text/plain text/x-fictionbook = internal xsltproc fb2.xsl text/x-ini = internal text/plain text/x-mail = internal +text/x-orgmode = execm python rclorgmode.py text/x-perl = internal text/plain text/x-python = execm python rclpython.py text/x-shellscript = internal text/plain @@ -291,6 +292,7 @@ text/x-html-sidux-man = sidux-book text/x-ini = txt text/x-mail = message text/x-man = document +text/x-orgmode = document text/x-perl = source text/x-purple-html-log = pidgin text/x-purple-log = pidgin @@ -359,6 +361,7 @@ text = \ text/x-html-sidux-man \ text/x-ini \ text/x-man \ + text/x-orgmode \ text/x-perl \ text/x-python \ text/x-shellscript