Skip to content

Replaces the static watermark template used by the core with a task aware page with tips for the user on what to do (eg. Select a message to read). It also adds an option to always select the first message in the mail list when Roundcube is opened or the folder changed.

johndoh/roundcube-taskwatermark

Repository files navigation

Roundcube Webmail TaskWatermark

This plugin replaces the static watermark template used by the core with a task aware page with tips for the user on what to do (eg. Select a message to read).

ATTENTION

This is just a snapshot from the GIT repository and is NOT A STABLE version of TaskWatermark. It is Intended for use with the GIT-master version of Roundcube and it may not be compatible with older versions. Stable versions of TaskWatermark are available from the Roundcube plugin repository (for 1.4 and above) or the releases section of the GitHub repository.

License

This plugin is released under the GNU General Public License Version 3+.

Even if skins might contain some programming work, they are not considered as a linked part of the plugin and therefore skins DO NOT fall under the provisions of the GPL license. See the README file located in the core skins folder for details on the skin license.

Install

  • Place this plugin folder into plugins directory of Roundcube
  • Add taskwatermark to $config['plugins'] in your Roundcube config

NB: When downloading the plugin from GitHub you will need to create a directory called skin and place the files in there, ignoring the root directory in the downloaded archive.

Configuration

To set the default value for the display_first option add the following to your Roundcube config file:

$config['display_first'] = true;

Customizing the Elastic skin

The colors and styles used by this plugin can be overridden by adding a _custom.less file to the skins/elastic sub-folder of this plugin and then recompiling the CSS.

Interaction with other plugins

The taskwatermark_show hook is triggered when listing the available actions on the list options menu. Arguments:

  • action
  • hint

Return values:

  • hint
  • output

About

Replaces the static watermark template used by the core with a task aware page with tips for the user on what to do (eg. Select a message to read). It also adds an option to always select the first message in the mail list when Roundcube is opened or the folder changed.

Resources

Stars

Watchers

Forks

Packages

No packages published