[Commits] ChangeLog 1.18.2.71 1.18.2.72 PATCHSETS 1.1.2.41 1.1.2.42 cm_perl.pod 1.1.2.3 1.1.2.4 configure.ac 1.19.2.75 1.19.2.76

holger at claws-mail.org holger at claws-mail.org
Sat Dec 29 02:51:04 CET 2012


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

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

	* cm_perl.pod
	* src/perl_plugin.c
		Add possibility to create tags during the filtering process 

Index: cm_perl.pod
===================================================================
RCS file: /home/claws-mail/plugins/perl/Attic/cm_perl.pod,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- cm_perl.pod	29 Dec 2012 01:39:41 -0000	1.1.2.3
+++ cm_perl.pod	29 Dec 2012 01:51:02 -0000	1.1.2.4
@@ -71,7 +71,8 @@
  move_to_trash, abort, addr_in_addressbook,
  from_in_addressbook, get_attribute_value, SA_is_spam,
  exit, manual, make_sure_folder_exists,
- filter_log, filter_log_verbosity
+ filter_log, filter_log_verbosity,
+ make_sure_tag_exists
 
 =back
 
@@ -497,6 +498,10 @@
 Returns a true value if the folder with id IDENTIFIER (e.g. #mh/Mail/foo/bar)
 exists or could be created.
 
+=item make_sure_tag_exists TAG
+
+Returns a true value if the tag TAG exists or could be created.
+
 =item filter_log SECTION, TEXT
 
 =item filter_log TEXT

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/perl/configure.ac,v
retrieving revision 1.19.2.75
retrieving revision 1.19.2.76
diff -u -d -r1.19.2.75 -r1.19.2.76
--- configure.ac	29 Dec 2012 01:39:41 -0000	1.19.2.75
+++ configure.ac	29 Dec 2012 01:51:02 -0000	1.19.2.76
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=20
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 
 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.41
retrieving revision 1.1.2.42
diff -u -d -r1.1.2.41 -r1.1.2.42
--- PATCHSETS	29 Dec 2012 01:39:41 -0000	1.1.2.41
+++ PATCHSETS	29 Dec 2012 01:51:02 -0000	1.1.2.42
@@ -39,3 +39,4 @@
 ( 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
+( 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

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/perl/ChangeLog,v
retrieving revision 1.18.2.71
retrieving revision 1.18.2.72
diff -u -d -r1.18.2.71 -r1.18.2.72
--- ChangeLog	29 Dec 2012 01:39:40 -0000	1.18.2.71
+++ ChangeLog	29 Dec 2012 01:51:02 -0000	1.18.2.72
@@ -1,3 +1,9 @@
+2012-12-29 [holger]	0.9.20cvs2
+
+	* cm_perl.pod
+	* src/perl_plugin.c
+		Add possibility to create tags during the filtering process
+
 2012-12-29 [holger]	0.9.20cvs1
 
 	* cm_perl.pod



More information about the Commits mailing list