evolution r36254 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36254 - branches/mail-dbus-remoting/mail
- Date: Thu, 4 Sep 2008 02:58:15 +0000 (UTC)
Author: sragavan
Date: Thu Sep 4 02:58:15 2008
New Revision: 36254
URL: http://svn.gnome.org/viewvc/evolution?rev=36254&view=rev
Log:
Disable threading fully and use remote_get_message.
Modified:
branches/mail-dbus-remoting/mail/mail-ops.c
branches/mail-dbus-remoting/mail/message-list.c
Modified: branches/mail-dbus-remoting/mail/mail-ops.c
==============================================================================
--- branches/mail-dbus-remoting/mail/mail-ops.c (original)
+++ branches/mail-dbus-remoting/mail/mail-ops.c Thu Sep 4 02:58:15 2008
@@ -1803,7 +1803,7 @@
static void
get_message_exec (struct _get_message_msg *m)
{
- m->message = camel_folder_get_message(m->folder, m->uid, &m->base.ex);
+ m->message = camel_folder_remote_get_message(m->folder, m->uid, &m->base.ex);
}
static void
@@ -1918,7 +1918,7 @@
for (i=0; i<m->uids->len; i++) {
int pc = ((i+1) * 100) / m->uids->len;
- message = camel_folder_get_message(m->folder, m->uids->pdata[i], &m->base.ex);
+ message = camel_folder_remote_get_message(m->folder, m->uids->pdata[i], &m->base.ex);
camel_operation_progress(m->base.cancel, pc);
if (message == NULL)
break;
Modified: branches/mail-dbus-remoting/mail/message-list.c
==============================================================================
--- branches/mail-dbus-remoting/mail/message-list.c (original)
+++ branches/mail-dbus-remoting/mail/message-list.c Thu Sep 4 02:58:15 2008
@@ -4354,7 +4354,7 @@
m->search = g_strdup (search);
m->hideexpr = g_strdup (hideexpr);
m->changes = changes;
- m->dotree = ml->threaded;
+ m->dotree = 0;//ml->threaded;
m->hidedel = ml->hidedeleted;
m->hidejunk = ml->hidejunk;
m->thread_subject = gconf_client_get_bool (gconf, "/apps/evolution/mail/display/thread_subject", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]