[Commits] ChangeLog 1.18.2.70 1.18.2.71 PATCHSETS 1.1.2.40 1.1.2.41 cm_perl.pod 1.1.2.2 1.1.2.3 configure.ac 1.19.2.74 1.19.2.75
holger at claws-mail.org
holger at claws-mail.org
Sat Dec 29 02:39:43 CET 2012
Update of /home/claws-mail/plugins/perl
In directory srv:/tmp/cvs-serv15146
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS cm_perl.pod configure.ac
Log Message:
2012-12-29 [holger] 0.9.20cvs1
* cm_perl.pod
* src/perl_plugin.c
Add tag actions analogous to the builtin filtering engine
Index: cm_perl.pod
===================================================================
RCS file: /home/claws-mail/plugins/perl/Attic/cm_perl.pod,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cm_perl.pod 19 Jan 2010 21:34:21 -0000 1.1.2.2
+++ cm_perl.pod 29 Dec 2012 01:39:41 -0000 1.1.2.3
@@ -62,7 +62,8 @@
mark, unmark, dele, mark_as_unread, mark_as_read,
lock, unlock, move, copy, color, execute,
hide, set_score, change_score, stop, forward,
- forward_as_attachment, redirect
+ forward_as_attachment, redirect, set_tag, unset_tag,
+ clear_tags
=item Fun stuff
@@ -366,6 +367,18 @@
sender account. So far, you have to create a rule in the normal
filtering engine to find out that number.
+=item set_tag TAG
+
+Apply tag TAG. TAG must exist.
+
+=item unset_tag TAG
+
+Unset tag TAG.
+
+=item clear_tags
+
+Clear all tags.
+
=back
=head2 Fun stuff
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/perl/configure.ac,v
retrieving revision 1.19.2.74
retrieving revision 1.19.2.75
diff -u -d -r1.19.2.74 -r1.19.2.75
--- configure.ac 14 Nov 2012 18:27:04 -0000 1.19.2.74
+++ configure.ac 29 Dec 2012 01:39:41 -0000 1.19.2.75
@@ -7,7 +7,7 @@
MAJOR_VERSION=0
MINOR_VERSION=9
MICRO_VERSION=20
-EXTRA_VERSION=0
+EXTRA_VERSION=1
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/perl/Attic/PATCHSETS,v
retrieving revision 1.1.2.40
retrieving revision 1.1.2.41
diff -u -d -r1.1.2.40 -r1.1.2.41
--- PATCHSETS 18 Aug 2012 18:41:37 -0000 1.1.2.40
+++ PATCHSETS 29 Dec 2012 01:39:41 -0000 1.1.2.41
@@ -38,3 +38,4 @@
( cvs diff -u -r 1.19.2.35 -r 1.19.2.36 src/perl_plugin.c; ) > 0.9.19cvs2.patchset
( cvs diff -u -r 1.19.2.36 -r 1.19.2.37 src/perl_plugin.c; ) > 0.9.19cvs3.patchset
( cvs diff -u -r 1.19.2.37 -r 1.19.2.38 src/perl_plugin.c; ) > 0.9.19cvs4.patchset
+( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 cm_perl.pod; cvs diff -u -r 1.19.2.38 -r 1.19.2.39 src/perl_plugin.c; ) > 0.9.20cvs1.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/perl/ChangeLog,v
retrieving revision 1.18.2.70
retrieving revision 1.18.2.71
diff -u -d -r1.18.2.70 -r1.18.2.71
--- ChangeLog 14 Nov 2012 18:27:04 -0000 1.18.2.70
+++ ChangeLog 29 Dec 2012 01:39:40 -0000 1.18.2.71
@@ -1,3 +1,9 @@
+2012-12-29 [holger] 0.9.20cvs1
+
+ * cm_perl.pod
+ * src/perl_plugin.c
+ Add tag actions analogous to the builtin filtering engine
+
2012-11-14 [paul] 0.9.20
0.9.20 released
More information about the Commits
mailing list