aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-10-23 03:31:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-10-23 03:31:53 +0800
commit963db151dbdabf5aa0d8f18bb38658fd98d1f670 (patch)
tree189f869b3e3fb96562f358322d2d0276873e7367 /configure.in
parent155521e33d877d96abc595a9a164611c71cfe9d5 (diff)
downloadgsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar.gz
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar.bz2
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar.lz
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar.xz
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.tar.zst
gsoc2013-evolution-963db151dbdabf5aa0d8f18bb38658fd98d1f670.zip
Added folder-unsubscribe plugin
2004-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added folder-unsubscribe plugin svn path=/trunk/; revision=27700
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 134eb9f9aa..6481701e51 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 mail-to-task bbdb"
+plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1541,6 +1541,7 @@ plugins/select-one-source/Makefile
plugins/prefer-plain/Makefile
plugins/bbdb/Makefile
plugins/copy-tool/Makefile
+plugins/folder-unsubscribe/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile