On Fri, Apr 19, 2002 at 08:24:27AM -0500, David T-G wrote:
| ...and then Patrik Wallstrom said...
| % I don't know how showpartial works, but it did. I hope I will never
| % receive message/partial again. :)
|
| Now to see if I can figure out how to change it away from /tmp, which is
| small here...
If it's the same "showpartial" I have on my system (from the metamail
package), it's a shell script. The first lines of code read:
if [ -z "$METAMAIL_TMPDIR" ]
then
METAMAIL_TMPDIR=/tmp
fi
Set METAMAIL_TMPDIR to something other than /tmp in your .profile (or
whatever) and off you go.
-James