[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 96440] Longer sounds for longer events
From:       Olivier Goffart <ogoffart () tiscalinet ! be>
Date:       2005-01-07 10:13:30
Message-ID: 20050107101330.25691.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=96440        
ogoffart tiscalinet be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From ogoffart tiscalinet be  2005-01-07 11:13 -------
This is a good idea and that can probably be done with the Highlight plugin.

To match a small message (less than 4 char,  you can use the following regexp
^.{,4}$

And to match an big message (more than 7 char)
^.{7,}$


You may try more complicated regexp to include the fact that the message contains a '?'
example, this will match a message of less then 4 char, but NOT containing a ?
^[^?]{,4}$
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic