Evolution 2.2.3 filters



Hello List,

I'm trying to set up a basic new mail notification with zenity. Here's
the script:

#!/bin/bash
zenity --notification
--window-icon="/usr/share/icons/Flat-Blue/48x48/emblems/emblem-mail.png"
--text="You have mail."

In Evolution, I setup a filter like so:

Rule name: test

If
Status is not Read

Then
Run Program ~/bin/notify

I've also made sure to turn on INBOX filtering for the account I'm
testing with. The actual script is set to 755.

When a new message arrives, the filter never executes. However, if I
select the message and then manually Apply Filters, the filter runs -
the icon pops up in the notification area.

I have no idea what's wrong. I'm doing something incorrectly, or
Evolution is busted. Anyone have an idea which one?

Thanks,

Ranbir

--
Kanwar Ranbir Sandhu
Linux 2.6.17-1.2141_FC4 i686 GNU/Linux
15:40:42 up 9:10, 2 users, load average: 0.15, 0.30, 0.39


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages