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

  • Re: script question
    ... The script is supposed to be a filter for the Evolution email ... accept messages piped in from Evolution via the filter function? ...
    (linux.redhat)
  • Re: Move computers account to another OU from a txt list
    ... I need a script, that list from OU or txt file, that contains machine ... user objects by changing the ADO filter in the loop. ... ' Change the base of the query to a specific OU. ... ' Filter on all user objects. ...
    (microsoft.public.windows.server.scripting)
  • Re: Problem with Javascript with TDC control
    ... The problem is in getting the total after doing a display and then refreshing the TDC (which invokes the script filter()). ... I tried to put similar looping code at the end of filterto examine what I get from the TDC refresh, but I got a messages of "Operation is not allowed when the object is closed". ... The call of a filter is done in a javascript routine with setting the DataURL and doing inquiry.Resetwhere inquiry is the name of the dataset object. ...
    (comp.lang.javascript)
  • Re: problem using -f file operator
    ... Hi, sorry for the missing information it is my first post here, ... -file: Set the filter file. ... when the script is executed $item contains a full path to ... CONFIG GEN SELECTORS SECTION ...
    (perl.beginners)
  • Re: Filtering certain message from expect internal buffer
    ... >>Does anybody know how I can implement a filter that will take certain ... > There's no way to write back to Expect's internal buffer. ... add all kinds of special handling throughout the rest of the script. ... My guess is he is expecting directly on the console & syslog type ...
    (comp.lang.tcl)