texxasrulez/message_highlight

Assign colors to your emails based on Subject, Sender, Recipient or CC

Maintainers

Package info

github.com/texxasrulez/message_highlight

Type:roundcube-plugin

pkg:composer/texxasrulez/message_highlight

Statistics

Installs: 1 841

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2026-04-17 10:53 UTC

This package is auto-updated.

Last update: 2026-04-17 15:01:56 UTC


README

Downloads Packagist Downloads Packagist Version Github License GitHub Stars GitHub Issues GitHub Contributors GitHub Forks Donate Paypal

With this plugin you can colorize the message index rows based on specific criteria like sender, recipient and subject.

FEATURES

Go to roundcube settings area and select rules to highlight emails in your mailview.

CONTACT

Author: Cor Bosman (cor@roundcu.be)

Bug reports through github (https://github.com/corbosman/message_highlight/issues)

LICENSE

This plugin is distributed under the GNU General Public License Version 2. Please read through the file LICENSE for more information about this license.

Versioning

  • message_highlight now keeps its canonical version in message_highlight::PLUGIN_VERSION inside message_highlight.php.
  • message_highlight::info() exposes the plugin metadata array used for self-identification.
  • Development builds should use a +dev suffix such as 1.0.2+dev.
  • Release builds should use a clean tagged version such as 1.0.2.

For a release bump:

  1. Update message_highlight::PLUGIN_VERSION in message_highlight.php or run sh scripts/bump-version.sh 1.0.2.
  2. Update CHANGELOG.md.
  3. Create the matching release tag after verification.