[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-63-gbeb78605f
mones at claws-mail.org
mones at claws-mail.org
Fri Mar 19 20:15:08 CET 2021
The branch, gtk3 has been updated
via beb78605ff96e09218a2f84d63dd725ab4f1c7b8 (commit)
from 39e6a93d9760ee655f8f99252522859b50ae307a (commit)
Summary of changes:
src/plugins/python/examples/Makefile.am | 4 ++--
src/plugins/python/examples/README.examples | 4 ++--
.../main/{Print-action-names-to-stdout => Print-action-names} | 0
3 files changed, 4 insertions(+), 4 deletions(-)
rename src/plugins/python/examples/main/{Print-action-names-to-stdout => Print-action-names} (100%)
- Log -----------------------------------------------------------------
commit beb78605ff96e09218a2f84d63dd725ab4f1c7b8
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Mar 19 20:14:32 2021 +0100
Adjust example name and description
diff --git a/src/plugins/python/examples/Makefile.am b/src/plugins/python/examples/Makefile.am
index cbd3c147b..817385e22 100644
--- a/src/plugins/python/examples/Makefile.am
+++ b/src/plugins/python/examples/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 the Claws Mail team.
+# Copyright 1999-2021 the Claws Mail team.
# This file is part of Claws Mail package, and distributed under the
# terms of the General Public License version 3 (or later).
# See COPYING file for license details.
@@ -11,7 +11,7 @@ EXTRA_DIST = \
main/Create-Tomboy-Note \
main/Mass-mail \
main/Open-Tomboy-Notes \
- main/Print-action-names-to-stdout \
+ main/Print-action-names \
main/Recusively-mark-messages-as-read
.PHONY: test
diff --git a/src/plugins/python/examples/README.examples b/src/plugins/python/examples/README.examples
index ebe7b864c..55c721085 100644
--- a/src/plugins/python/examples/README.examples
+++ b/src/plugins/python/examples/README.examples
@@ -27,9 +27,9 @@ Table of contents:
prefixes that Claws Mail doesn't yet know about from the subject
header.
-* main/Print-action-names-to-stdout
+* main/Print-action-names
Prints the names of all actions that are currently in the
- action group of Claws Mail's main window to standard output
+ action group of Claws Mail's main window into a TextView widget.
* main/Recursively-mark-messages-as-read
Demonstrates how to perform actions to a directory tree under the
diff --git a/src/plugins/python/examples/main/Print-action-names-to-stdout b/src/plugins/python/examples/main/Print-action-names
similarity index 100%
rename from src/plugins/python/examples/main/Print-action-names-to-stdout
rename to src/plugins/python/examples/main/Print-action-names
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list