[Commits] clawsmailmodule.c 1.1.2.12 1.1.2.13 composewindowtype.c 1.1.2.14 1.1.2.15 foldertype.c 1.1.2.8 1.1.2.9 messageinfotype.c 1.1.2.9 1.1.2.10 nodetype.c 1.1.2.5 1.1.2.6 python_plugin.c 1.1.2.19 1.1.2.20
mones at claws-mail.org
mones at claws-mail.org
Tue Jul 10 15:36:56 CEST 2012
Update of /home/claws-mail/plugins/python/src
In directory srv:/tmp/cvs-serv30425/src
Modified Files:
Tag: gtk2
clawsmailmodule.c composewindowtype.c foldertype.c
messageinfotype.c nodetype.c python_plugin.c
Log Message:
2012-07-10 [mones] 0.10cvs2
* configure.ac
* src/clawsmailmodule.c
* src/composewindowtype.c
* src/foldertype.c
* src/messageinfotype.c
* src/nodetype.c
* src/python_plugin.c
YAFB: use config.h for configuration
Index: clawsmailmodule.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/clawsmailmodule.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- clawsmailmodule.c 25 Aug 2010 20:16:49 -0000 1.1.2.12
+++ clawsmailmodule.c 10 Jul 2012 13:36:54 -0000 1.1.2.13
@@ -20,7 +20,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include "nodetype.h"
#include "composewindowtype.h"
Index: python_plugin.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/python_plugin.c,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -d -r1.1.2.19 -r1.1.2.20
--- python_plugin.c 20 Nov 2010 09:09:46 -0000 1.1.2.19
+++ python_plugin.c 10 Jul 2012 13:36:54 -0000 1.1.2.20
@@ -18,7 +18,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include <Python.h>
Index: messageinfotype.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/messageinfotype.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- messageinfotype.c 25 Aug 2010 20:16:49 -0000 1.1.2.9
+++ messageinfotype.c 10 Jul 2012 13:36:54 -0000 1.1.2.10
@@ -18,7 +18,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include "messageinfotype.h"
#include <structmember.h>
Index: composewindowtype.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/composewindowtype.c,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- composewindowtype.c 19 Feb 2012 15:51:07 -0000 1.1.2.14
+++ composewindowtype.c 10 Jul 2012 13:36:54 -0000 1.1.2.15
@@ -18,7 +18,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include "composewindowtype.h"
Index: nodetype.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/nodetype.c,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- nodetype.c 13 Jan 2010 14:16:09 -0000 1.1.2.5
+++ nodetype.c 10 Jul 2012 13:36:54 -0000 1.1.2.6
@@ -18,7 +18,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include "nodetype.h"
Index: foldertype.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/foldertype.c,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- foldertype.c 11 Nov 2010 17:22:55 -0000 1.1.2.8
+++ foldertype.c 10 Jul 2012 13:36:54 -0000 1.1.2.9
@@ -18,7 +18,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include "pluginconfig.h"
#include "foldertype.h"
#include "messageinfotype.h"
More information about the Commits
mailing list