diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape3/files/mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/netscape3/files/mailcap b/www/netscape3/files/mailcap index 673f050bcee9..61daeb5db716 100644 --- a/www/netscape3/files/mailcap +++ b/www/netscape3/files/mailcap @@ -56,6 +56,9 @@ video/*; xanim %s > /dev/null 2>&1 # use this to display postscript files application/postscript; ghostview %s +# use this to display pdf files +application/pdf; xpdf %s 2>/dev/null + # this is the default for non GIF or JPEG images image/*; xv %s |