https://bugs.kde.org/show_bug.cgi?id=279279





--- Comment #3 from Kubicle <public kubicle+kdebugs gmail com>  2011-08-04 
07:22:47 ---
The simplest way to "solve" the problem could be just switching the icon when
there's new mail (diff below):

74c74
<   mIcon = KIcon( "kmail" );
---
>   mIcon = KIcon( "mail-unread-new" );
184a185
>   setIconByName( "mail-unread-new" );

Of course this could be configurable in a similar way that user's can choose
their own icons for mail folders. And a few more changes would be required to
reflect the new mail status in the tray icon tooltip as well.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to