YAGPE. GKrellm has a built-in mail monitor, but this little plugin allows you to monitor additional mailboxes.
Created attachment 204 [details] Gkrellm MailWatch plugin -- ebuild
Aron, Same issue with this: the original pkg is just mailwatch, and I prepended a "gkrellm" to it for clarity. Again, I'm unsure as to the appropriateness of it. But here, the tabs are fixed and I'm "emake or die!"ing rather than trying. Much more gutsy sounding anyway :) Seemant # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Seemant Kulleen <seemant@rocketmail.com> P=mailwatch-0.7.2 S=${WORKDIR}/${P} DESCRIPTION="A Gkrellm plugin that shows additional mail boxes" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" DEPEND=">=app-admin/gkrellm-1.0.6 >=x11-libs/gtk+-1.2.10-r4 >=media-libs/imlib-1.9.10-r1" src_compile() { emake || die } src_install () { exeinto /usr/lib/gkrellm/plugins doexe mailwatch.so dodoc README Changelog }
Aron, oops, I had forgotten the copyright year and $Header$ above. Here it is, as perfect as I can get it. Thanks. Seemant ---- Cut here # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Seemant Kulleen <seemant@rocketmail.com> # $Header$ P=mailwatch-0.7.2 S=${WORKDIR}/${P} DESCRIPTION="A Gkrellm plugin that shows additional mail boxes" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" DEPEND=">=app-admin/gkrellm-1.0.6 >=x11-libs/gtk+-1.2.10-r4 >=media-libs/imlib-1.9.10-r1" src_compile() { emake || die } src_install () { exeinto /usr/lib/gkrellm/plugins doexe mailwatch.so dodoc README Changelog }
Added into portage