// Netscape User Preferences // lines which should be present in ~/.netscape/preferences.js // in order that netscape starts external viewers to see PDF, PS or DVI files. // Additionally, you have to watch the two files .mailcap and .mime.types and // netscape has to find them (the first two lines take care of this) user_pref("helpers.private_mailcap_file", "~/.mailcap"); user_pref("helpers.private_mime_types_file", "~/.mime.types"); user_pref("mime.table.extension.pdf.outgoing_default_typ", "application/pdf"); user_pref("mime.table.extension.ps.outgoing_default_typ", "application/x-ps"); user_pref("mime.table.extension.dvi.outgoing_default_typ", "application/x-dvi");