]> git.phdru.name Git - dotfiles.git/commitdiff
.mailcap: Give djview higher priority
authorOleg Broytman <phd@phdru.name>
Fri, 4 May 2018 23:12:38 +0000 (02:12 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 4 May 2018 23:12:38 +0000 (02:12 +0300)
.mailcap

index a64b193454f1e6ba7bf97379ad5fa5e5de66e087..2fac3c4ec38df94c78cb6575a4b2e3381d18a015 100644 (file)
--- 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`"