On Wed, 2017-09-27 at 09:19 +0200, Milan Crha wrote:
> On Wed, 2017-09-27 at 06:50 +0000, Joakim Tjernlund wrote:
> > > Possibly related bug is:
> > > https://bugzilla.gnome.org/show_bug.cgi?id=786636
> > 
> > Yes, this bug is very similar. I have noticed loss of mail in Sent
> > Items too.
> 
>       Hi,
> okay. Could you join the above bug, please? Eventually also follow this
> one:
> https://bugzilla.gnome.org/show_bug.cgi?id=786208
> which seems to have some clues, though I do not know why it happened.
> It did not happen on my machine yet, but my accounts are not that
> active. Ideally if you can compile yourself (I can provide test

Sure, I am on Gentoo so if you can send patches again 3.24.5 I can
rebuild. I already removed this the EWS backoff:
--- a/src/server/e-ews-connection.c.org 2017-09-20 17:28:03.674859259 +0200
+++ b/src/server/e-ews-connection.c     2017-09-20 17:29:28.024470809 +0200
@@ -853,7 +853,7 @@
 
                                        value = e_soap_parameter_get_property 
(param, "Name");
                                        if (g_strcmp0 (value, 
"BackOffMilliseconds") == 0) {
-                                               wait_ms = 
e_soap_parameter_get_int_value (param);
+                                               wait_ms = 0; /* 
e_soap_parameter_get_int_value (param); Disable backoff */
                                        }
                                }
                        }
and that might have made it a little better but didn't fix it.
 
 Jocke
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to