diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-25 01:06:35 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-25 01:06:35 +0800 |
commit | 0ef0eccd868f1072c988f2cadf08845824319d3c (patch) | |
tree | dc7de2c5fdc2dcea004ab57d206f54b8011433e8 /configure.in | |
parent | 8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a (diff) | |
download | gsoc2013-evolution-0ef0eccd868f1072c988f2cadf08845824319d3c.tar.gz gsoc2013-evolution-0ef0eccd868f1072c988f2cadf08845824319d3c.tar.zst gsoc2013-evolution-0ef0eccd868f1072c988f2cadf08845824319d3c.zip |
move prefer-plain and save-attachments to experimental where they belong.
2005-06-25 Not Zed <NotZed@Ximian.com>
* configure.in: move prefer-plain and save-attachments to
experimental where they belong.
svn path=/trunk/; revision=29581
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4830d58f0e..e4c3fff76f 100644 --- a/configure.in +++ b/configure.in @@ -1504,9 +1504,9 @@ AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] dnl Add any new plugins here plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features $EXCHANGE_PLUGIN $MONO_PLUGIN" -plugins_standard="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer" +plugins_standard="bbdb subject-thread save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer" -plugins_experimental="backup-restore folder-unsubscribe mail-to-meeting mail-remote" +plugins_experimental="backup-restore folder-unsubscribe mail-to-meeting mail-remote prefer-plain save-attachments" case x"$enable_plugins" in xno) |