From 97cc48c58438a686f0156539ee0908961757f11d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 5 May 2018 02:12:38 +0300 Subject: [PATCH] .mailcap: Give djview higher priority --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailcap b/.mailcap index a64b193..2fac3c4 100644 --- a/.mailcap +++ b/.mailcap @@ -87,9 +87,9 @@ image/jpeg; xview %s; description="JPEG image files"; test=test -n "$DISPLAY" -a image/jpeg; display %s; description="JPEG image files"; test=test -n "$DISPLAY" -a -n "`which display 2>/dev/null`" image/tiff; xview %s; description="TIFF image files"; test=test -n "$DISPLAY" -a -n "`which xview 2>/dev/null`" image/tiff; display %s; description="TIFF image files"; test=test -n "$DISPLAY" -a -n "`which display 2>/dev/null`" +image/x-djvu; djview %s; description="DJVu image files"; test=test -n "$DISPLAY" -a -n "`which djview 2>/dev/null`" image/x-djvu; qpdfview %s; description="DJVu image files"; test=test -n "$DISPLAY" -a -n "`which qpdfview 2>/dev/null`" image/x-djvu; evince %s; description="DJVu image files"; test=test -n "$DISPLAY" -a -n "`which evince 2>/dev/null`" -image/x-djvu; djview %s; description="DJVu image files"; test=test -n "$DISPLAY" -a -n "`which djview 2>/dev/null`" image/x-icon; display %s; description="Icon image files"; test=test -n "$DISPLAY" -a -n "`which display 2>/dev/null`" image/x-xpm2; xli %s; description="XPM image files"; test=test -n "$DISPLAY" -a -n "`which xli 2>/dev/null`" image/x-xpm2; display %s; description="XPM image files"; test=test -n "$DISPLAY" -a -n "`which display 2>/dev/null`" -- 2.39.2