diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-10-30 23:03:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-10-30 23:03:56 +0800 |
commit | ff8ee90ddd3affe2609d01475634833c90aa134e (patch) | |
tree | 9db212ec96537e4a5a9f287df3b5180c01ffce1d /configure.in | |
parent | f3c3bddaedec4343d7108ca3abdb4cd58042d515 (diff) | |
download | gsoc2013-evolution-ff8ee90ddd3affe2609d01475634833c90aa134e.tar.gz gsoc2013-evolution-ff8ee90ddd3affe2609d01475634833c90aa134e.tar.zst gsoc2013-evolution-ff8ee90ddd3affe2609d01475634833c90aa134e.zip |
Disable the mail-remote plugin until it can be made to work or at least
2007-10-30 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Disable the mail-remote plugin until it can be made to work
or at least compile again (#491386).
svn path=/trunk/; revision=34455
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 60804fa4b0..55c7520dbc 100644 --- a/configure.in +++ b/configure.in @@ -1690,7 +1690,13 @@ plugins_standard_always="bbdb subject-thread save-calendar select-one-source cop plugins_standard="$plugins_standard_always" all_plugins_standard="$plugins_standard" -plugins_experimental_always="backup-restore folder-unsubscribe mail-to-meeting mail-remote save-attachments external-editor" +# Disable the mail-remote plugin until it can be made to work or at least +# compile again. If there is no movement on this before GNOME 2.24 ships +# then it should be considered dead code and removed from source control. +# +# To reenable, add "mail-remote" to plugins_experimental_always. + +plugins_experimental_always="backup-restore folder-unsubscribe mail-to-meeting save-attachments external-editor" plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS" all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments" |