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 02b2443069..cb5c3e3da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-20 Not Zed <NotZed@Ximian.com>
+
+ * configure.in: added save attachments plugin.
+
2004-10-20 JP Rosevear <jpr@novell.com>
* Makefile.am: list plugins as a subdir
diff --git a/configure.in b/configure.in
index e508650d39..9ebc1a4047 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"
+plugins_all="subject-thread save-attachments"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1534,6 +1534,7 @@ mail/default/C/Makefile
mail/importers/Makefile
plugins/Makefile
plugins/subject-thread/Makefile
+plugins/save-attachments/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile