Summary: | please add support for external mail notification program | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Timo Weingärtner <timo> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | bjoern |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Timo Weingärtner
2004-09-07 15:48:22 UTC
You can set up a notification via an external script when new mail arrives. Does that work for you? Am Dienstag, 7. September 2004 15:56 schrieb Tom Albers:
> You can set up a notification via an external script when new mail arrives.
> Does that work for you?
no, the led shall be turned off, when there are no more unread messages.
Maybe you could do this with a dcop call. You can look add kdcop and look for something like unreadRecursiveMessage(). You can access that on the command line as well. Maybe with some intelligent filter or button, you could manage. This would be sooner then the implementation in KMail I guess... You can configure an external notifcation script in the notification configuration. If you really want to now when there is no unread mail anymore, you have indeed to connect via dbus (dcop replacement now) - an extra notification for that would be quite strange. |