[Commits] [SCM] claws branch, master, updated. 3.11.0-2-g3746c8e
claws at claws-mail.org
claws at claws-mail.org
Tue Oct 21 12:10:43 CEST 2014
The branch, master has been updated
via 3746c8ed68505ac3110a444c0dd53e272d807294 (commit)
from 7774783cf4bf5275a97cdfde45a0301a0296ece1 (commit)
Summary of changes:
src/plugins/python/python_plugin.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
- Log -----------------------------------------------------------------
commit 3746c8ed68505ac3110a444c0dd53e272d807294
Author: Paul <paul at claws-mail.org>
Date: Tue Oct 21 11:10:34 2014 +0100
fix some missing whitespace, and standardise the placement of the whitespace. thanks to Thomas Bellmann.
diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c
index e4efa46..69d7e58 100644
--- a/src/plugins/python/python_plugin.c
+++ b/src/plugins/python/python_plugin.c
@@ -728,23 +728,23 @@ const gchar *plugin_name(void)
const gchar *plugin_desc(void)
{
return _("This plugin provides Python integration features.\n"
- "Python code can be entered interactively into an embedded Python console,"
- " under Tools -> Show Python console, or stored in scripts.\n\n"
- "These scripts are then available via the menu. You can assign"
- " keyboard shortcuts to them just like it is done with other menu items."
- " You can also put buttons for script invocation into the toolbars"
- " using Claws Mail's builtin toolbar editor.\n\n"
- "You can provide scripts working on the main window by placing files"
- " into ~/.claws-mail/python-scripts/main.\n\n"
- "You can also provide scripts working on an open compose window"
- " by placing files into ~/.claws-mail/python-scripts/compose.\n\n"
- "The folder ~/.claws-mail/python-scripts/auto/ may contain some"
- " scripts that are automatically executed when certain events"
- " occur. Currently, the following files in this directory"
- " are recognised:\n\n"
+ "Python code can be entered interactively into an embedded Python console, "
+ "under Tools -> Show Python console, or stored in scripts.\n\n"
+ "These scripts are then available via the menu. You can assign "
+ "keyboard shortcuts to them just like it is done with other menu items. "
+ "You can also put buttons for script invocation into the toolbars "
+ "using Claws Mail's builtin toolbar editor.\n\n"
+ "You can provide scripts working on the main window by placing files "
+ "into ~/.claws-mail/python-scripts/main.\n\n"
+ "You can also provide scripts working on an open compose window "
+ "by placing files into ~/.claws-mail/python-scripts/compose.\n\n"
+ "The folder ~/.claws-mail/python-scripts/auto/ may contain some "
+ "scripts that are automatically executed when certain events "
+ "occur. Currently, the following files in this directory "
+ "are recognised:\n\n"
"compose_any\n"
- "Gets executed whenever a compose window is opened, no matter"
- "if that opening happened as a result of composing a new message,"
+ "Gets executed whenever a compose window is opened, no matter "
+ "if that opening happened as a result of composing a new message, "
"replying or forwarding a message.\n\n"
"startup\n"
"Executed at plugin load\n\n"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list