--- mm2.7/src/fonts/Xshownonascii 2009-10-21 21:52:04.278168300 +0100 +++ mm2.7/src/fonts/Xshownonascii 2009-10-21 21:54:09.114174779 +0100 @@ -1,7 +1,6 @@ #!/bin/csh -fb # (The "-fb" might need to be changed to "-f" on some systems) # -set MYFONTDIR=/usr/lib/X11/fonts/misc set CHARSET="$1" shift @@ -25,16 +24,6 @@ exit endif endif -if (! -d $MYFONTDIR) then - echo This message contains non-ASCII text, but the $CHARSET font - echo has apparently not yet been installed on this machine. - echo "(There is no directory named ${MYFONTDIR}.)" - echo "What follows may be partially unreadable, but the English (ASCII) parts" - echo "should still be readable." - echo "" - cat $* - exit 0 -endif if (! $?DISPLAY) then echo This message contains non-ASCII text, which can only be displayed @@ -44,13 +33,6 @@ cat $* exit 0 endif -set FPGREP=`xset q | grep $MYFONTDIR` -if ("$FPGREP" == "") then - echo Adding $MYFONTDIR to your font path. - xset +fp $MYFONTDIR -else - echo Your font path appears to be correctly set. -endif echo Running xterm to display text in $CHARSET, please wait... unsetenv MM_NOTTTY --- mm2.7/src/fonts/Xmailto-hebrew 2009-10-21 21:52:04.278168300 +0100 +++ mm2.7/src/fonts/Xmailto-hebrew 2009-10-21 21:55:05.542294097 +0100 @@ -1,7 +1,6 @@ #!/bin/csh -fb # (The "-fb" might need to be changed to "-f" on some systems) # -set MYFONTDIR=/usr/lib/X11/fonts/misc if ($?MM_CHARSET) then if ($MM_CHARSET == iso-8859-8) then @@ -10,22 +9,10 @@ endif endif -if (! -d $MYFONTDIR) then - echo The Hebrew font has not been installed properly on this machine. - exit -endif - if (! $?DISPLAY) then echo Hebrew mail may only be composed under X11 or on a Hebrew terminal. exit endif -set FPGREP=`xset q | grep $MYFONTDIR` -if ("$FPGREP" == "") then - echo Adding $MYFONTDIR to your font path. - xset +fp $MYFONTDIR -else - echo Your font path appears to be correctly set. -endif echo Running xterm to compose mail in iso-8859-8, please wait... setenv MM_CHARSET iso-8859-8