From: Oleg Broytman Date: Fri, 4 May 2018 23:12:38 +0000 (+0300) Subject: .mailcap: Give djview higher priority X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=97cc48c58438a686f0156539ee0908961757f11d .mailcap: Give djview higher priority --- 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`"