[claws-mail-cvs-commit] .cvsignore

Holger Berndt <[email protected]> Wed, 19 Aug 2009 16:49:27 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/plugins/python
In directory ran:/tmp/cvs-serv9552

Modified Files:
      Tag: gtk2
	.cvsignore ChangeLog README configure.ac 
Log Message:
2009-08-19 [holger]	0.1cvs7

	* .cvsignore
		more files to ignore
	* README
	* src/Makefile.am
	* src/clawsmailmodule.c
	* src/foldertype.c
	* src/foldertype.h
	* src/nodetype.c
	* src/nodetype.h
		Implement a tree widget, and
		provide access to the folderview 

Index: README
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/README,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- README	19 Aug 2009 06:50:12 -0000	1.1.2.3
+++ README	19 Aug 2009 16:49:25 -0000	1.1.2.4
@@ -6,7 +6,6 @@
 
 As an example, the following code is sending the same mail
 to a list of people, one at a time.
-
  
 ========================== 8< ===========================
 addresses = ["[email protected]", "[email protected]", "[email protected]"]

Index: .cvsignore
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/.cvsignore,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- .cvsignore	9 Aug 2009 14:58:05 -0000	1.1.2.2
+++ .cvsignore	19 Aug 2009 16:49:25 -0000	1.1.2.3
@@ -7,4 +7,6 @@
 pluginconfig.h*
 stamp-h1
 autom4te.cache
-PATCHSETS
\ No newline at end of file
+PATCHSETS
+.git
+.gitignore
\ No newline at end of file

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- configure.ac	19 Aug 2009 16:11:42 -0000	1.1.2.6
+++ configure.ac	19 Aug 2009 16:49:25 -0000	1.1.2.7
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=1
 MICRO_VERSION=0
-EXTRA_VERSION=6
+EXTRA_VERSION=7
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- ChangeLog	19 Aug 2009 16:11:42 -0000	1.1.2.6
+++ ChangeLog	19 Aug 2009 16:49:25 -0000	1.1.2.7
@@ -1,3 +1,17 @@
+2009-08-19 [holger]	0.1cvs7
+
+	* .cvsignore
+		more files to ignore
+	* README
+	* src/Makefile.am
+	* src/clawsmailmodule.c
+	* src/foldertype.c
+	* src/foldertype.h
+	* src/nodetype.c
+	* src/nodetype.h
+		Implement a tree widget, and
+		provide access to the folderview
+
 2009-08-19 [paul]	0.1cvs6
 
 	* Makefile.am