From ff8ee90ddd3affe2609d01475634833c90aa134e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Oct 2007 15:03:56 +0000 Subject: Disable the mail-remote plugin until it can be made to work or at least 2007-10-30 Matthew Barnes * 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 --- configure.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.in') 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" -- cgit