talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit beb78605ff96e09218a2f84d63dd725ab4f1c7b8
parent 39e6a93d9760ee655f8f99252522859b50ae307a
Author: Ricardo Mones <ricardo@mones.org>
Date:   Fri, 19 Mar 2021 20:14:32 +0100

Adjust example name and description

Diffstat:
Msrc/plugins/python/examples/Makefile.am | 4++--
Msrc/plugins/python/examples/README.examples | 4++--
Rsrc/plugins/python/examples/main/Print-action-names-to-stdout -> src/plugins/python/examples/main/Print-action-names | 0
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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