From 10a951b6660b9a1aa8d7e709a3a7c67435873da0 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 20 Oct 2004 07:41:38 +0000 Subject: added save attachments plugin. 2004-10-20 Not Zed * configure.in: added save attachments plugin. svn path=/trunk/; revision=27643 --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 02b2443069..cb5c3e3da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-20 Not Zed + + * configure.in: added save attachments plugin. + 2004-10-20 JP Rosevear * 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 -- cgit v1.2.3