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
This commit is contained in:
Matthew Barnes
2007-10-30 15:03:56 +00:00
committed by Matthew Barnes
parent f3c3bddaed
commit ff8ee90ddd
2 changed files with 13 additions and 1 deletions

View File

@ -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:

View File

@ -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"