Author Topic: new plugin: message highlighting  (Read 74245 times)

Offline xrxca

  • Jr. Member
  • **
  • Posts: 22
new plugin: message highlighting
« Reply #30 on: September 18, 2010, 08:01:37 PM »
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...
« Last Edit: September 18, 2010, 08:18:13 PM by xrxca »

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #31 on: September 19, 2010, 03:32:25 AM »
I see the #ffffff bug as well, i'll look into it. Thanks.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #32 on: September 20, 2010, 07:11:39 AM »
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

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
new plugin: message highlighting
« Reply #33 on: September 20, 2010, 10:46:22 AM »
Here is french translation

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #34 on: September 22, 2010, 07:38:15 AM »
Thanks bagu. Will be added in 1.04

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
new plugin: message highlighting
« Reply #35 on: September 22, 2010, 08:00:32 AM »
Be careful, file is in utf8 to make é à è viewable ;) (some others of my contribution forgot this :P )

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #36 on: September 22, 2010, 10:20:54 AM »
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

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
new plugin: message highlighting
« Reply #37 on: September 22, 2010, 11:10:25 AM »
Ok, so, here is the french translation for this version ;)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
new plugin: message highlighting
« Reply #38 on: September 23, 2010, 01:34:55 AM »
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)

Offline loscas

  • Newbie
  • *
  • Posts: 2
message highlighting moves icons
« Reply #39 on: September 28, 2010, 02:47:10 AM »
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
« Last Edit: September 28, 2010, 03:01:55 AM by loscas »

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #40 on: September 28, 2010, 05:13:49 AM »
yes, ive fixed that bug already. i'll release a new version asap.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #41 on: September 28, 2010, 06:23:31 AM »
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/
« Last Edit: September 28, 2010, 06:33:17 AM by corbosman »

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #42 on: October 19, 2010, 01:20:47 PM »
I released version 1.0.6 which fixes an IE8 bug.

get it here:  Roundcube Plugins | Underwater World

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
new plugin: message highlighting
« Reply #43 on: October 23, 2010, 09:03:52 AM »
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

Offline DC187

  • Jr. Member
  • **
  • Posts: 10
new plugin: message highlighting
« Reply #44 on: October 27, 2010, 10:31:20 AM »
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 :)