aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-12-16 11:55:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-12-16 11:55:23 +0800
commit62f68fae21f6c477bb2e497308da6b97d8ff235d (patch)
treee1d2a8f15c115fec8243a53e8347660b7d43da2e /configure.in
parent2d4bf28c89c8332b89f33f1435ed5704d8a6efa5 (diff)
downloadgsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.gz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.bz2
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.lz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.xz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.zst
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.zip
Just remove the mail-remote plugin altogether so we stop going back and
2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index e304b0e579..b505ba39ec 100644
--- a/configure.in
+++ b/configure.in
@@ -1690,12 +1690,6 @@ plugins_standard_always="bbdb subject-thread save-calendar select-one-source cop
plugins_standard="$plugins_standard_always"
all_plugins_standard="$plugins_standard"
-# 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"