Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > d3f1ea7192ba72923601ddec90857ed2 > files > 40

gkrellm-plugins-2.3.5-3.mga1.i586.rpm

/* GKrellM mailwatch plugin Version
|  Copyright (C) 1999-2001 Sjoerd Simons
|
|  Author:  Sjoerd Simons sjoerd@luon.net
|
|  This program is free software which I release under the GNU General Public
|  License. You may redistribute and/or modify this program under the terms
|  of that license as published by the Free Software Foundation; either
|  version 2 of the License, or (at your option) any later version.
|
|  This program is distributed in the hope that it will be useful,
|  but WITHOUT ANY WARRANTY; without even the implied warranty of
|  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
|  GNU General Public License for more details.
|
|  To get a copy of the GNU General Puplic License,  write to the
|  Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|  02111-1307 USA
*/

A plugin for gkrellm, that watches in multiple mailboxes for new mail..

Compiling:
===========

After you've unpacked the tarball, just run the normal 'make all'.

Installing:
===========
Running 'make install' will place the plugin in /usr/local/lib/gkrellm2/plugins. 
 You can also manually place the resulting mailwatch.so under
 ~/.gkrellm2/plugins..  After restarting gkrellm, you should be able to
 enable it in the gkrellm plugins configuration menu..

Mail Highlighting:
==================
In order for mail highlighting to have any effect your theme must have
different values for textcolor and alt_textcolor.. When you theme doesn't have
this you can specify an alt_textcolor for mailwatch by adding something like:
StyleMeter mailwatch.textcolor   r = #000fff #000000 shadow
StyleMeter mailwatch.alt_textcolor = #0fffff #000000 shadow



Troubleshooting:
================
If you have trouble compiling the plugin. Make sure you have gtk 2.0.x and 
gkrellm >= 2.0.0 and you've installed the gkrellm header files in
/usr/include/gkrellm2 or /usr/local/include/gkrellm2. If you have placed the
header files in some other dir, edit GKRELLM_INCLUDE in the Makefile