Re: Evolution 2.2.3 filters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2006-30-07 at 15:48 -0400, Kanwar Ranbir Sandhu wrote:
> 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?

Replying to myself: the filter started to work after I logged out and
back in.

I had tried closing and opening Evolution, and killing all Evolution
processes, but neither fixed the problem.  Not quite sure what the
difference is.

If anyone's interested, here's my current notify script:

#!/bin/bash

PID=$(ps -C zenity -o pid --no-heading)

if [ -n "$PID" ]; then
   exit 0
else
   zenity --notification
--window-icon="/usr/share/icons/hicolor/32x32/stock/net/stock_mail.png"
--text="You have mail."
fi

exit 0


Note: Clicking the mail icon in the notification area makes it
disappear.  I'd like the click to give focus to Evolution if it's
already running, or if it isn't, to start it.  But, that's going to
require a lot more coding (I suspect), so I'm leaving this as is. 

Regards,

Ranbir

-- 
Kanwar Ranbir Sandhu
Linux 2.6.17-1.2141_FC4 i686 GNU/Linux 
15:04:58 up 8:34, 3 users, load average: 0.46, 0.40, 0.75 


-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux