[Commits] ChangeLog 1.18.2.72 1.18.2.73 PATCHSETS 1.1.2.42 1.1.2.43 cm_perl.pod 1.1.2.4 1.1.2.5 configure.ac 1.19.2.76 1.19.2.77

holger at claws-mail.org holger at claws-mail.org
Sat Dec 29 04:15:56 CET 2012


Update of /home/claws-mail/plugins/perl
In directory srv:/tmp/cvs-serv21577

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS cm_perl.pod configure.ac 
Log Message:
2012-12-29 [holger]	0.9.20cvs3

	* cm_perl.pod
	* src/perl_plugin.c
		Add tag matcher conditions 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.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- cm_perl.pod	29 Dec 2012 01:51:02 -0000	1.1.2.4
+++ cm_perl.pod	29 Dec 2012 03:15:54 -0000	1.1.2.5
@@ -55,7 +55,7 @@
  match, matchcase, regexp, S<regexpcase, test,
  size_greater, size_smaller, size_equal,
  score_greater, score_lower, score_equal, age_greater,
- age_lower, partial
+ age_lower, partial, tagged
 
 =item Standard Filtering Actions
 
@@ -183,6 +183,10 @@
 Returns a true value if message has only partially been
 downloaded, false otherwise.
 
+=item tagged
+
+Returns a true value if the messages has one or more tags.
+
 =item test
 
 Corresponds the 'test' internal filtering rule. In particular, it
@@ -242,7 +246,7 @@
 
 The matching functions have a special syntax. The first argument
 is either any of to_or_cc, body_part, headers_part, message, to,
-from, subject, cc, newsgroups, inreplyto or references (those
+from, subject, cc, newsgroups, inreplyto, references, or tag (those
 strings may or may not be quoted), the patter matching works on
 that area. If it is any other string (which must then be quoted),
 this string is taken to be the name of a header field.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/perl/configure.ac,v
retrieving revision 1.19.2.76
retrieving revision 1.19.2.77
diff -u -d -r1.19.2.76 -r1.19.2.77
--- configure.ac	29 Dec 2012 01:51:02 -0000	1.19.2.76
+++ configure.ac	29 Dec 2012 03:15:54 -0000	1.19.2.77
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=20
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 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.42
retrieving revision 1.1.2.43
diff -u -d -r1.1.2.42 -r1.1.2.43
--- PATCHSETS	29 Dec 2012 01:51:02 -0000	1.1.2.42
+++ PATCHSETS	29 Dec 2012 03:15:54 -0000	1.1.2.43
@@ -40,3 +40,4 @@
 ( 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
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 cm_perl.pod;  cvs diff -u -r 1.19.2.39 -r 1.19.2.40 src/perl_plugin.c;  ) > 0.9.20cvs2.patchset
+( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 cm_perl.pod;  cvs diff -u -r 1.19.2.40 -r 1.19.2.41 src/perl_plugin.c;  ) > 0.9.20cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/perl/ChangeLog,v
retrieving revision 1.18.2.72
retrieving revision 1.18.2.73
diff -u -d -r1.18.2.72 -r1.18.2.73
--- ChangeLog	29 Dec 2012 01:51:02 -0000	1.18.2.72
+++ ChangeLog	29 Dec 2012 03:15:54 -0000	1.18.2.73
@@ -1,3 +1,9 @@
+2012-12-29 [holger]	0.9.20cvs3
+
+	* cm_perl.pod
+	* src/perl_plugin.c
+		Add tag matcher conditions analogous to the builtin filtering engine
+
 2012-12-29 [holger]	0.9.20cvs2
 
 	* cm_perl.pod



More information about the Commits mailing list