>>>>> Kai Grossjohann writes:
Kai> Also, if you had an xbiff that could ignore certain mails (such
Kai> as those from the Debian mailing list) I'd be very glad.
Well, the answer is RTFM. The standard xbiff can do this :-) There
is an X ressource "checkCommand" which I set to the following shell
script, and now xbiff is ignoring Debian mails :-)
,-----
| #!/bin/sh
| if ( from | egrep -v 'debian' >/dev/null 2>&1 )
| then
| exit 0;
| else
| exit 2;
| fi
`-----
Obviously it is very easy to customize.
I'd still like to have a list of messages, though, preferrably by
pressing the button that has swallowed xbiff.
kai
--
Why doesn't the sun come out at night when the light would come in handy?
(Terry Pratchett)
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Apr 10 1997 - 04:22:31 BST