[Commits] plugin.c 1.1.2.44 1.1.2.45 vcal_manager.h 1.1.2.15 1.1.2.16 vcalendar.c 1.2.2.95 1.2.2.96 vcalendar.h 1.1.2.8 1.1.2.9
colin at claws-mail.org
colin at claws-mail.org
Sat Sep 8 22:32:29 CEST 2012
Update of /home/claws-mail/plugins/vcalendar/src
In directory srv:/tmp/cvs-serv4324/src
Modified Files:
Tag: gtk2
plugin.c vcal_manager.h vcalendar.c vcalendar.h
Log Message:
2012-09-08 [colin] 2.0.13cvs3
* src/plugin.c
* src/vcal_manager.h
* src/vcalendar.c
* src/vcalendar.h
Update to follow 3.8.1cvs46 header changes.
Index: vcal_manager.h
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcal_manager.h,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -d -r1.1.2.15 -r1.1.2.16
--- vcal_manager.h 17 Mar 2009 08:15:13 -0000 1.1.2.15
+++ vcal_manager.h 8 Sep 2012 20:32:26 -0000 1.1.2.16
@@ -24,6 +24,7 @@
#include <glib.h>
#include <ical.h>
#include "prefs_account.h"
+#include "folder.h"
#define EVENT_PAST_ID "past-events at vcal"
#define EVENT_TODAY_ID "today-events at vcal"
Index: plugin.c
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/plugin.c,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -u -d -r1.1.2.44 -r1.1.2.45
--- plugin.c 30 Oct 2011 11:42:48 -0000 1.1.2.44
+++ plugin.c 8 Sep 2012 20:32:26 -0000 1.1.2.45
@@ -43,7 +43,7 @@
#endif
bind_textdomain_codeset (TEXTDOMAIN, "UTF-8");
- if (!check_plugin_version(MAKE_NUMERIC_VERSION(3,6,1,27),
+ if (!check_plugin_version(MAKE_NUMERIC_VERSION(3,8,1,46),
VERSION_NUMERIC, _("vCalendar"), error))
return -1;
Index: vcalendar.h
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcalendar.h,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- vcalendar.h 20 Apr 2008 10:56:32 -0000 1.1.2.8
+++ vcalendar.h 8 Sep 2012 20:32:26 -0000 1.1.2.9
@@ -24,6 +24,7 @@
#include "vcal_manager.h"
#include "prefs_account.h"
#include "procmime.h"
+#include "folder.h"
typedef struct _VCalViewer VCalViewer;
Index: vcalendar.c
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcalendar.c,v
retrieving revision 1.2.2.95
retrieving revision 1.2.2.96
diff -u -d -r1.2.2.95 -r1.2.2.96
--- vcalendar.c 6 Nov 2011 12:06:21 -0000 1.2.2.95
+++ vcalendar.c 8 Sep 2012 20:32:26 -0000 1.2.2.96
@@ -30,6 +30,8 @@
#include "pthread.h"
#endif
+#include "folder.h"
+#include "folder_item_prefs.h"
#include "mimeview.h"
#include "utils.h"
#include "vcalendar.h"
More information about the Commits
mailing list