aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d49c0728a..b1589b213c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-21 Rodrigo Moya <rodrigo@novell.com>
+
+ * configure.in: added save-calendar plugin.
+
2004-10-21 Not Zed <NotZed@Ximian.com>
* configure.in: added copy-tool plugin.
diff --git a/configure.in b/configure.in
index 76375093b3..c6576f70f1 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"
+plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1533,6 +1533,7 @@ mail/default/Makefile
mail/default/C/Makefile
mail/importers/Makefile
plugins/Makefile
+plugins/mail-to-task/Makefile
plugins/subject-thread/Makefile
plugins/save-attachments/Makefile
plugins/save-calendar/Makefile