+####
+#### mhbuild-disposition-<type>[/<subtype>] entries are used by the
+#### WhatNow attach for deciding whether the Content-Disposition
+#### should be 'attachment' or 'inline'. Only those values are
+#### supported. mhbuild-convert-text/html is defined below.
+####
+cat <<EOF >>${TMP}
+mhbuild-convert-text/calendar: mhical -infile %F -contenttype
+mhbuild-convert-text: charset=%{charset}; iconv -f \${charset:-us-ascii} -t utf-8 %F${replfmt}
+mhbuild-disposition-text/calendar: inline
+mhbuild-disposition-message/rfc822: inline
+EOF
+
+PGM=`$SEARCHPROG "$SEARCHPATH" mpeg_play`
+if [ ! -z "$PGM" ]; then
+ echo "mhshow-show-video/mpeg: %l$PGM %f" >> $TMP
+fi
+
+PGM=`$SEARCHPROG "$SEARCHPATH" okular`