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 d2c44edabb..6144dd944c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-29 Rodrigo Moya <rodrigo@novell.com>
+
+ * configure.in: added mail-to-meeting plugin.
+
2004-10-28 Nat Friedman <nat@novell.com>
* configure.in: Re-enable bbwhatever becuase I think it works now.
diff --git a/configure.in b/configure.in
index 90b2662c9b..91c0a3c358 100644
--- a/configure.in
+++ b/configure.in
@@ -1340,7 +1340,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="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task folder-unsubscribe mark-calendar-offline audio-inline"
+plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1551,6 +1551,7 @@ mail/importers/Makefile
plugins/Makefile
plugins/bbdb/Makefile
plugins/audio-inline/Makefile
+plugins/mail-to-meeting/Makefile
plugins/mail-to-task/Makefile
plugins/subject-thread/Makefile
plugins/save-attachments/Makefile