diff -Naur mailcap-2.1.12.old/mailcap mailcap-2.1.12/mailcap --- mailcap-2.1.12.old/mailcap 2002-07-19 16:07:09 +0400 +++ mailcap-2.1.12/mailcap 2002-11-22 12:48:48 +0300 @@ -26,17 +26,16 @@ # using "audio/basic" as the type. ### -### Begin Red Hat Mailcap +### Begin ALT Linux Mailcap ### audio/mod; /usr/bin/mikmod %s # play is apparently a security hole #audio/*; /usr/bin/play %s -image/*; eog %s +image/*; gqview %s -video/mpeg; gtv %s -video/*; xanim %s +video/*; xine %s application/pgp; gpg < %s | metamail; needsterminal; \ test=test %{encapsulation}=entity ; copiousoutput @@ -45,10 +44,10 @@ application/pdf; xpdf %s application/postscript ; gv -safer %s -text/html; /usr/bin/htmlview %s ; copiousoutput +text/html; links -dump %s ; copiousoutput ### -### End Red Hat Modifications +### End ALT Linux Modifications ### message/partial; showpartial %s %{id} %{number} %{total} @@ -188,4 +187,4 @@ application/msword; ns="%s"; tmp=`mktemp -q /tmp/${ns}.XXXXXX`; \ /usr/bin/wvHtml "${ns}" -o ${tmp}; \ - netscape "file:${tmp}"; /bin/rm -f "${tmp}" + url_handler.sh "file:${tmp}"; /bin/rm -f "${tmp}"