From e08821891234e9c43e5e0171d2743463f3aaf2cf Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 21 Oct 2004 08:51:32 +0000 Subject: added copy-tool plugin. 2004-10-21 Not Zed * configure.in: added copy-tool plugin. svn path=/trunk/; revision=27672 --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dee17fc398..9d49c0728a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Not Zed + + * configure.in: added copy-tool plugin. + 2004-10-20 JP Rosevear * configure.in: add select-one-source to the plugin list diff --git a/configure.in b/configure.in index 228bb2434f..76375093b3 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" +plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool" if test x"$enable_plugins" = "xno"; then plugins_enabled="" @@ -1538,6 +1538,7 @@ plugins/save-attachments/Makefile plugins/save-calendar/Makefile plugins/select-one-source/Makefile plugins/prefer-plain/Makefile +plugins/copy-tool/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile -- cgit v1.2.3