CVS: sylpheedclaws/plugins/maildir PATCHSETS,1.1.2.17,1.1.2.18 ChangeLog,1.25.2.42,1.25.2.43 configure.ac,1.6.2.43,1.6.2.44

[email protected] Wed, 27 Dec 2006 09:44:19 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/maildir
In directory sunsite.dk:/tmp/cvs-serv29635

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-27 [paul]	0.24.3cvs3

	* src/maildir_gtk.c
		Add Copy folder in the folder's contextual
		menu

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/Attic/PATCHSETS,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -d -r1.1.2.17 -r1.1.2.18
--- PATCHSETS	2006/12/26 21:34:04	1.1.2.17
+++ PATCHSETS	2006/12/27 09:44:14	1.1.2.18
@@ -15,3 +15,4 @@
 ( cvs diff -u -r 1.6.2.38 -r 1.6.2.39 configure.ac;  ) > 0.24.2cvs6.patchset
 ( cvs diff -u -r 1.6.2.40 -r 1.6.2.41 configure.ac;  cvs diff -u -r 1.6.2.12 -r 1.6.2.13 src/plugin.c;  ) > 0.24.3cvs1.patchset
 ( cvs diff -u -r 1.6.2.12 -r 1.6.2.13 src/maildir_gtk.c;  cvs diff -u -r 1.6.2.13 -r 1.6.2.14 src/plugin.c;  ) > 0.24.3cvs2.patchset
+( cvs diff -u -r 1.6.2.13 -r 1.6.2.14 src/maildir_gtk.c;  ) > 0.24.3cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/ChangeLog,v
retrieving revision 1.25.2.42
retrieving revision 1.25.2.43
diff -u -d -r1.25.2.42 -r1.25.2.43
--- ChangeLog	2006/12/26 21:34:04	1.25.2.42
+++ ChangeLog	2006/12/27 09:44:14	1.25.2.43
@@ -1,3 +1,9 @@
+2006-12-27 [paul]	0.24.3cvs3
+
+	* src/maildir_gtk.c
+		Add Copy folder in the folder's contextual
+		menu
+
 2006-12-26 [colin]	0.24.3cvs2
 
 	* src/maildir_gtk.c

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/configure.ac,v
retrieving revision 1.6.2.43
retrieving revision 1.6.2.44
diff -u -d -r1.6.2.43 -r1.6.2.44
--- configure.ac	2006/12/26 21:34:04	1.6.2.43
+++ configure.ac	2006/12/27 09:44:15	1.6.2.44
@@ -8,7 +8,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=24
 MICRO_VERSION=3
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then