texxasrulez / message_highlight
Assign colors to your emails based on Subject, Sender, Recipient or CC
Package info
github.com/texxasrulez/message_highlight
Type:roundcube-plugin
pkg:composer/texxasrulez/message_highlight
1.0.5
2026-04-17 10:53 UTC
Requires
- roundcube/plugin-installer: ~0.3.5
README
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_highlightnow keeps its canonical version inmessage_highlight::PLUGIN_VERSIONinsidemessage_highlight.php.message_highlight::info()exposes the plugin metadata array used for self-identification.- Development builds should use a
+devsuffix such as1.0.2+dev. - Release builds should use a clean tagged version such as
1.0.2.
For a release bump:
- Update
message_highlight::PLUGIN_VERSIONinmessage_highlight.phpor runsh scripts/bump-version.sh 1.0.2. - Update
CHANGELOG.md. - Create the matching release tag after verification.