summarylogtreecommitdiffstats
path: root/mimeo-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mimeo-detection.patch')
-rw-r--r--mimeo-detection.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/mimeo-detection.patch b/mimeo-detection.patch
index bab155feba6f..d7911fa7a715 100644
--- a/mimeo-detection.patch
+++ b/mimeo-detection.patch
@@ -1,6 +1,6 @@
-commit 35cb4e638d6b3f807c2cf3806faedf5e59f2821b
+commit d39d0ebd0c93dc5a589b81dc8909db8fc64baafd
Author: Narrat <autumn-wind@web.de>
-Date: Mon May 8 21:12:37 2017 +0200
+Date: Thu Sep 26 21:01:53 2019 +0200
Add support for mimeo
@@ -39,7 +39,7 @@ index 6db58ad..70b539a 100644
open_generic "${mailto}"
;;
diff --git a/scripts/xdg-mime.in b/scripts/xdg-mime.in
-index 034d0ef..7352799 100644
+index 034d0ef..88c0ae3 100644
--- a/scripts/xdg-mime.in
+++ b/scripts/xdg-mime.in
@@ -95,6 +95,16 @@ info_gnome()
@@ -48,7 +48,7 @@ index 034d0ef..7352799 100644
+info_mimeo()
+{
-+ mimeo -m "$1"
++ mimeo -m "$1" | awk 'FNR == 2 {print}' | cut -d' ' -f3
+ if [ $? -eq 0 ]; then
+ exit_success
+ else