Roundcube Community Forum

 

new plugin: message highlighting

Started by corbosman, June 22, 2010, 10:18:24 AM

Previous topic - Next topic

xrxca

#30
I have a some issues with the color selection method, I am trying this plugin as a way to differentiate between client sites in my email, and the concept is great, however the color picker is persnickety and makes it difficult to set a new entry to the same color as an older one unless you happen to know what the hex value for the old color was.
When you come into the settings, and click on an EXISTING color swatch to change/view the color the picker defaults to #ffffff rather than to the existing color of the swatch.
If you click on a swatch after changing it during the editing session it shows the correct value, but not if you come back to it later.

Oh, and it would be nice if you could change the order of the rules, I want to add a rule that all messages with the words "License Expiring" in the subject are red, but if I already have rules in place, the first rule hit is what is used so I'd like to move the new rult to the top...

corbosman

I see the #ffffff bug as well, i'll look into it. Thanks.

corbosman

I fixed the #ffffff bug. It was a bug in the original color picker. Fixed in 1.0.3.

Get it here: Roundcube Plugins | Underwater World

bagu


corbosman

Thanks bagu. Will be added in 1.04

bagu

Be careful, file is in utf8 to make é à è viewable ;) (some others of my contribution forgot this :P )

corbosman

There is a new version, 1.0.4.  This version allows you to add rules at specific places instead of always on the bottom. This lets you finetune the matching better.

Also added .fr and .ru translations.  There are extra strings though, so new translations would be nice.

Get it here:  Roundcube Plugins | Underwater World

bagu

Ok, so, here is the french translation for this version ;)

rosali

Cor,

please update deprecated hooks:


    $this
->add_hook('preferences_list', array($this'mh_preferences'));
    
$this->add_hook('preferences_save', array($this'mh_save'));
    
$this->add_hook('preferences_sections_list',array($this'mh_preferences_section'));
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

loscas

#39
First excuse my english
My problem is that installing the plugin message_highlight, icons on the homepage of the mail and on filters page was moved.
my roundcube version 0.4-stable on centos 5.5, plugin version 1.0.4
Without plugin

with plugin

without plugin filters page

with plugin filters page

My installed plugins
$rcmail_config['plugins'] = array("password","managesieve","jqueryui","contextmenu","globaladdressbook","calendar","message_highlight",);
I hope someone has seen this problem for comments
thanks in advance

corbosman

yes, ive fixed that bug already. i'll release a new version asap.

corbosman

#41
I released version 1.0.5 which fixes an interaction bug with the main screen buttons. Also updated fr translation.  

get it here: http://underwa.ter.net/roundcube-plugins/

corbosman

I released version 1.0.6 which fixes an IE8 bug.

get it here:  Roundcube Plugins | Underwater World

corbosman

I released a new version 1.0.7. This should only be used with 0.4.2 or new SVN versions. For anything older, use 1.0.6.

Get it here:  Roundcube Plugins | Underwater World

DC187

Nice work, just installed this and works a treat.

However you may or may not be interested to know that this doesn't appear to work in FF 4.0 Beta 6 - when picking the color and clicking save I receive an error "Invalid color"
However if I pick the color in FF3.6 or IE8, then FF 4 Beta 6 does indeed show the highlights correctly.

You may or may not care since FF4 is still beta, just thought I'd share :)