aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2004-10-25 12:24:39 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2004-10-25 12:24:39 +0800
commit20502ed6dc8e987691afce39157df3be152fd3fa (patch)
tree52fb63df20701efdc52094ca0e3c183d06ae4aff
parent6c31be81b1043a9cd22c380b5103b11feaa77441 (diff)
downloadgsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.gz
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.bz2
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.lz
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.xz
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.zst
gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.zip
Added mark-calendar-offline plugin
svn path=/trunk/; revision=27710
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a510871cb..b5525a075b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-22 Harish K <kharish@novell.com>
+
+ * configure.in: Added mark-calendar-offline plugin
+
2004-10-22 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Added folder-unsubscribe plugin
diff --git a/configure.in b/configure.in
index 6481701e51..6f9ce00949 100644
--- a/configure.in
+++ b/configure.in
@@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no)
dnl Add any new plugins here
-plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe"
+plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe mark-calendar-offline"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1538,6 +1538,7 @@ plugins/subject-thread/Makefile
plugins/save-attachments/Makefile
plugins/save-calendar/Makefile
plugins/select-one-source/Makefile
+plugins/mark-calendar-offline/Makefile
plugins/prefer-plain/Makefile
plugins/bbdb/Makefile
plugins/copy-tool/Makefile