aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2005-08-16 11:39:19 +0800
committerChristian Kellner <gicmo@src.gnome.org>2005-08-16 11:39:19 +0800
commite77ae6c0f59b94265a3487eacea32abb1c312ab0 (patch)
tree8e9a79d1313fa94f85a85ddb74dadac80018b100
parent7c1cba7915c50682ae0d6442224261d2e05e9951 (diff)
downloadgsoc2013-evolution-e77ae6c0f59b94265a3487eacea32abb1c312ab0.tar.gz
gsoc2013-evolution-e77ae6c0f59b94265a3487eacea32abb1c312ab0.tar.zst
gsoc2013-evolution-e77ae6c0f59b94265a3487eacea32abb1c312ab0.zip
Honour the check_all flag for the scalix provider. Fixes bug #313582.
2005-08-15 Christian Kellner <gicmo@gnome.org> * mail-send-recv.c: (get_folders): Honour the check_all flag for the scalix provider. Fixes bug #313582. svn path=/trunk/; revision=30125
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-send-recv.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fe54004dcf..1210d6a781 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-15 Christian Kellner <gicmo@gnome.org>
+
+ * mail-send-recv.c: (get_folders): Honour the check_all
+ flag for the scalix provider.
+ Fixes bug #313582.
+
2005-08-14 Rodney Dawes <dobey@novell.com>
* em-folder-view.c (emfv_popup_items): Fix two mnemonic conflicts in
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 9a7bbc8da0..ad8f79b669 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -753,7 +753,8 @@ get_folders(CamelStore *store, GPtrArray *folders, CamelFolderInfo *info)
TODO: add virtual camel_store_refresh_info() which does this ... */
if (camel_url_get_param(((CamelService *)store)->url, "check_all") != NULL
|| (strcmp(((CamelService *)store)->url->protocol, "imap") != 0
- && strcmp(((CamelService *)store)->url->protocol, "groupwise") != 0)
+ && strcmp(((CamelService *)store)->url->protocol, "groupwise") != 0
+ && strcmp(((CamelService *)store)->url->protocol, "scalix") != 0)
|| (info->flags & CAMEL_FOLDER_TYPE_MASK) == CAMEL_FOLDER_TYPE_INBOX)
g_ptr_array_add(folders, g_strdup(info->uri));
get_folders(store, folders, info->child);
a>edwin2003-09-181-2/+3 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-3/+4 * - Update to 2.2.1 [1]perky2003-05-064-13/+23 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Fix build on -current.perky2003-04-093-24/+7 * Update to 2.1.3perky2003-03-315-27/+16 * De-pkg-comment for my ports.perky2003-02-252-1/+1 * - Update to 2.1.0perky2003-02-143-3/+6 * Update to 2.0.2 and added our MASTER_SITE_LOCAL to MASTER_SITE becauseperky2003-01-222-3/+5 * Update to 2.0.1perky2003-01-024-11/+21 * After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1 * Update to 1.1.1perky2002-10-263-7/+9 * Fix bug when building with an older version installed.alane2002-09-192-0/+18 * Update to 1.0.4perky2002-09-184-23/+21 * Deploy USE_GNOMENG infrastructurelioux2002-09-011-1/+2 * Update to 1.0.0perky2002-08-095-99/+35 * USE_GTK implies USE_GLIB, so that remove the latter when the former is present.sobomax2002-07-161-1/+0 * Updating my email address.perky2002-06-251-1/+1 * Fix ports for building with -current without perlpat2002-05-231-3/+0 * Chase xmms shlib major #.petef2002-03-261-1/+1 * Update maintainer email addresspat2002-01-291-1/+1