Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!wuarchive!uunet!bu.edu!cvbnet!aperez From: aperez@cvbnet.UUCP (Arturo Perez x6739) Newsgroups: comp.mail.mh Subject: Re: "rcvburst"; is there one? Message-ID: <1168@cvbnetPrime.COM> Date: 26 Dec 90 16:27:02 GMT References: <15808@reed.UUCP> Sender: postnews@cvbnetPrime.COM Lines: 21 From article <15808@reed.UUCP>, by trost@reed.bitnet (Bill Trost,Box 607,ext 640,): > Has anyone come up with a decent "rcvburst" to interface with slocal? I've written one that works ok. It's a shell script. It still has debugging on, so watch for that rcvburst.output file! #! /bin/sh -x # lose the -x exec 2>>rcvburst_output # delete this line /usr/lib/X11/mh/rcvstore ls -t $HOME/mail/inbox > /tmp/rcvburst$$ read latest_msg < /tmp/rcvburst$$ rm -f /tmp/rcvburst$$ exec /usr/bin/X11/burst +inbox `basename $latest_msg` To make it non-debugged, follow the comments. Let me know how it goes. Arturo Perez ComputerVision, a division of Prime aperez@cvbnet.prime.com Too much information, like a bullet through my brain -- The Police