aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-20 16:18:12 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-20 16:18:12 +0800
commitee52f504798fb2e248d52ca0bd2faf38cd57f0a3 (patch)
treed8f836e0f6680080243c38056d61e81cfa7d431f /configure.in
parent28791c1cf64f52248c79ac532266b2631eb7fcec (diff)
downloadgsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar.gz
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar.bz2
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar.lz
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar.xz
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.tar.zst
gsoc2013-evolution-ee52f504798fb2e248d52ca0bd2faf38cd57f0a3.zip
added prefer plain plugin.
2004-10-20 Not Zed <NotZed@Ximian.com> * configure.in: added prefer plain plugin. svn path=/trunk/; revision=27646
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 9ebc1a4047..eb204eae3f 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"
+plugins_all="subject-thread save-attachments prefer-plain"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1535,6 +1535,7 @@ mail/importers/Makefile
plugins/Makefile
plugins/subject-thread/Makefile
plugins/save-attachments/Makefile
+plugins/prefer-plain/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile