aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in8
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc4a44e8e..fb3964cf17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
+
2007-10-25 Sankar P <psankar@novell.com>
* 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"