0
|
1 Roundcube Webmail ContextMenu
|
|
2 =============================
|
|
3 This plugin creates contextmenus for various parts of Roundcube using commands
|
|
4 from the toolbars.
|
|
5
|
|
6 License
|
|
7 -------
|
|
8 This plugin is released under the [GNU General Public License Version 3+][gpl].
|
|
9
|
|
10 Even if skins might contain some programming work, they are not considered
|
|
11 as a linked part of the plugin and therefore skins DO NOT fall under the
|
|
12 provisions of the GPL license. See the README file located in the core skins
|
|
13 folder for details on the skin license.
|
|
14
|
|
15 Install
|
|
16 -------
|
|
17 * Place this plugin folder into plugins directory of Roundcube
|
|
18 * Add contextmenu to $config['plugins'] in your Roundcube config
|
|
19
|
|
20 **NB:** When downloading the plugin from GitHub you will need to create a
|
|
21 directory called contextmenu and place the files in there, ignoring the root
|
|
22 directory in the downloaded archive.
|
|
23
|
|
24 [rcplugrepo]: http://plugins.roundcube.net/packages/johndoh/contextmenu
|
|
25 [releases]: http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/releases
|
|
26 [gpl]: http://www.gnu.org/licenses/gpl.html |