X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2Fmhn.defaults.sh;h=8b29fcd1766f7999674f1ec448a5865d0962e28a;hp=5630bcca327d2613a052b1efcf7bd001869c40b2;hb=c085eca6dea41bf9c0ac2749215e256cc54ff628;hpb=ba32dee02e85132dd8bd05fae876692d61c50053 diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 5630bcc..8b29fcd 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -126,13 +126,15 @@ if [ ! -z "$PGM" ]; then echo "mhshow-show-application/x-ivs: %p$PGM -o '%F'" >> $TMP fi +echo "mhshow-suffix-text/html: .html" >> $TMP + # I'd like to check if netscape is available and use it preferentially to lynx, # but only once I've added a new %-escape that makes more permanent temp files, # so netscape -remote can be used (without -remote you get a complaint dialog # that another netscape is already running and certain things can't be done). PGM="`$SEARCHPROG $SEARCHPATH lynx`" if [ ! -z "$PGM" ]; then - echo "mhshow-show-text/html: %p$PGM -force_html '%F'" >> $TMP + echo "mhshow-show-text/html: %p$PGM '%F'" >> $TMP fi PGM="`$SEARCHPROG $SEARCHPATH richtext`" @@ -145,6 +147,13 @@ else fi fi +# staroffice to read .doc files +PGM="`$SEARCHPROG $SEARCHPATH soffice`" +if [ ! -z "$PGM" ]; then + echo "mhshow-show-application/msword: %psoffice '%F'" >> $TMP + echo "mhshow-suffix-application/msword: .doc" >> $TMP +fi + PGM="`$SEARCHPROG $SEARCHPATH xterm`" if [ ! -z "$PGM" ]; then echo "mhshow-charset-iso-8859-1: xterm -fn '-*-*-medium-r-normal-*-*-120-*-*-c-*-iso8859-*' -e '%s'" >> $TMP @@ -164,6 +173,7 @@ else PGM="`$SEARCHPROG $SEARCHPATH gs`" if [ ! -z "$PGM" ]; then echo "mhshow-show-application/PostScript: %p$PGM -- '%F'" >> $TMP + echo "mhshow-suffix-application/PostScript: .ps" >> $TMP fi fi