evolution-exchange r1555 - in trunk: . camel
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-exchange r1555 - in trunk: . camel
- Date: Wed, 6 Feb 2008 08:59:12 +0000 (GMT)
Author: psankar
Date: Wed Feb 6 08:59:12 2008
New Revision: 1555
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1555&view=rev
Log:
2008-02-06 Sankar P <psankar novell com>
* camel/camel-exchange-store.c: (construct):
Do not show two junk folders for exchange.
Exchange has Actual Junk and not VJunk.
Modified:
trunk/ChangeLog
trunk/camel/camel-exchange-store.c
Modified: trunk/camel/camel-exchange-store.c
==============================================================================
--- trunk/camel/camel-exchange-store.c (original)
+++ trunk/camel/camel-exchange-store.c Wed Feb 6 08:59:12 2008
@@ -126,6 +126,9 @@
store->flags |= CAMEL_STORE_SUBSCRIPTIONS;
store->flags &= ~(CAMEL_STORE_VTRASH | CAMEL_STORE_VJUNK);
+ /* FIXME: Like the GroupWise provider, Exchange should also
+ have its own EXCAHNGE_JUNK flags so as to rightly handle
+ the actual Junk & Trash folders */
exch->connect_lock = g_mutex_new ();
}
@@ -289,9 +292,6 @@
if (!(exch->storage_path = camel_session_get_storage_path (session, service, ex)))
return;
- if (camel_url_get_param (url, "filter_junk"))
- CAMEL_STORE (service)->flags |= CAMEL_STORE_VJUNK;
-
exch->stub = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]