2025-02-28 16:45:44 +01:00
..
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00
2025-02-28 16:45:44 +01:00

message_highlight

With this plugin you can colorize the message index rows based on specific criteria like sender, recipient and subject. This repository is a fork and continuation of the orginal work by Cor Bosman.

Features

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

Install

Use composer from the Roundcube root directory:

composer require melroy89/message_highlight:dev-master

NOTE: Answer N when composer ask you about plugin activation.

Activate the plugin by editing the HOME_RC/config/config.inc.php file:

$config['plugins'] = [
        // Other plugins...
        'message_highlight',
];

And see the available config options in config.inc.php-dist file. However, you should also be able to set these configs via the Roundcube -> Settings -> Message Highlights.

Contact

Bug reports through GitHub 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. See LICENSE.