[Commits] parser.c 1.7 1.8

miras at claws-mail.org miras at claws-mail.org
Mon Mar 26 00:55:16 CEST 2012


Update of /home/claws-mail/contacts/xmllib
In directory srv:/tmp/cvs-serv12090/xmllib

Modified Files:
	parser.c 
Log Message:
2012-03-25 [mir]	0.6.0cvs80

	* extensions/vcard/src/vcard-extension.c
	* libversit/Makefile.am
	* libversit/vcard-utils.c
	* libversit/vcard-utils.h
	* src/utils.c
	* src/utils.h
	* src/dbus/Makefile.am
	* src/dbus/claws-contacts.xml
	* src/dbus/server-object.c
	* src/dbus/server-object.h
	* xmllib/parser.c
	A bunch of changes and enhancements. Also added feature
	to allow users to create a vCard for each account which
	is to be used for optionally added a vCard to every
	send email. 

Index: parser.c
===================================================================
RCS file: /home/claws-mail/contacts/xmllib/parser.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- parser.c	21 Dec 2011 22:02:53 -0000	1.7
+++ parser.c	25 Mar 2012 22:55:13 -0000	1.8
@@ -67,6 +67,7 @@
 	xmlNodePtr cur;
 	gchar* message;
 	
+	debug_print("%s\n", doc_path);
 	doc = xmlParseFile(doc_path);
 	
 	if (doc == NULL) {



More information about the Commits mailing list