<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/docs/reference, branch sqlite-refactor</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>CamelIMAPXSettings: Remove unused "mobile-mode" property.</title>
<updated>2013-11-29T20:15:40+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-28T17:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=9df9e5df0142e0f01f584397c7da193f436d5df9'/>
<id>9df9e5df0142e0f01f584397c7da193f436d5df9</id>
<content type='text'>
Not used by Evolution and not clear what this mode even means.

Removing it makes a bunch of confusing complexity drop out, which is
justication enough for me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not used by Evolution and not clear what this mode even means.

Removing it makes a bunch of confusing complexity drop out, which is
justication enough for me.
</pre>
</div>
</content>
</entry>
<entry>
<title>CamelPOP3Settings: Remove unused "batch-fetch-count" property.</title>
<updated>2013-11-29T20:15:40+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-28T17:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=36bdca2ab78994eafc494c3a8144153604b251ed'/>
<id>36bdca2ab78994eafc494c3a8144153604b251ed</id>
<content type='text'>
Was tied to "mobile mode", no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was tied to "mobile mode", no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>CamelPOP3Settings: Remove unused "mobile-mode" property.</title>
<updated>2013-11-29T20:15:40+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-28T17:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=d386edc5eb179b1c39becb45d674e8e270c165cf'/>
<id>d386edc5eb179b1c39becb45d674e8e270c165cf</id>
<content type='text'>
Not used by Evolution and not clear what this mode even means.

Removing it makes a bunch of confusing complexity drop out, which is
justification enough for me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not used by Evolution and not clear what this mode even means.

Removing it makes a bunch of confusing complexity drop out, which is
justification enough for me.
</pre>
</div>
</content>
</entry>
<entry>
<title>CamelFolder: Remove unused fetch_messages_sync() method.</title>
<updated>2013-11-29T20:15:40+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-28T16:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c1a59862dbba0178e12a715d0f060c3c9d879a7b'/>
<id>c1a59862dbba0178e12a715d0f060c3c9d879a7b</id>
<content type='text'>
The method is not used by Evolution and was partially broken anyway.
The boolean return value was overloaded to mean both whether an error
occurred AND whether there were more messages to fetch.  That's more
than two possible states and would have required an additional "out"
parameter to clarify, but I'm not going to bother with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method is not used by Evolution and was partially broken anyway.
The boolean return value was overloaded to mean both whether an error
occurred AND whether there were more messages to fetch.  That's more
than two possible states and would have required an additional "out"
parameter to clarify, but I'm not going to bother with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>CamelSession: Add a "user-alert" signal.</title>
<updated>2013-11-27T15:02:34+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-27T02:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=339771fe2a2f88b1cf4e706c466fdb5e6f9e6424'/>
<id>339771fe2a2f88b1cf4e706c466fdb5e6f9e6424</id>
<content type='text'>
This replaces the interactive "alert_user()" method since the
interactive aspect is no longer used and proved difficult for
applications to handle correctly.

New functions:

  camel_session_user_alert()

Removed functions:

  camel_session_alert_user()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the interactive "alert_user()" method since the
interactive aspect is no longer used and proved difficult for
applications to handle correctly.

New functions:

  camel_session_user_alert()

Removed functions:

  camel_session_alert_user()
</pre>
</div>
</content>
</entry>
<entry>
<title>CamelSession: Remove "check-junk" property.</title>
<updated>2013-11-24T23:55:00+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-24T21:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7aa426b876845fb114facedcdd489b3952e3949e'/>
<id>7aa426b876845fb114facedcdd489b3952e3949e</id>
<content type='text'>
Evolution uses it but Camel doesn't.  Move it to Evolution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Evolution uses it but Camel doesn't.  Move it to Evolution.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add camel_network_service_can_reach_sync().</title>
<updated>2013-11-22T21:50:20+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-22T21:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c2f18ec8201d4ef001766094f333f7c0d4ff22cc'/>
<id>c2f18ec8201d4ef001766094f333f7c0d4ff22cc</id>
<content type='text'>
Just wrappers g_network_monitor_can_reach() using the service's own
GSocketConnectable, but also updates the "host-reachable" property.
External callers can use this to synchronously update the property,
in case they need an up-to-date result to make a decision.

Also adds equivalent asynchronous functions:

  camel_network_service_can_reach()
  camel_network_service_can_reach_finish()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just wrappers g_network_monitor_can_reach() using the service's own
GSocketConnectable, but also updates the "host-reachable" property.
External callers can use this to synchronously update the property,
in case they need an up-to-date result to make a decision.

Also adds equivalent asynchronous functions:

  camel_network_service_can_reach()
  camel_network_service_can_reach_finish()
</pre>
</div>
</content>
</entry>
<entry>
<title>Update API documentation.</title>
<updated>2013-11-17T16:40:50+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-17T16:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=71ab52c8736890523966654a684e272a18481b39'/>
<id>71ab52c8736890523966654a684e272a18481b39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile.am cleanups.</title>
<updated>2013-11-17T16:09:52+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-17T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7a96fb111e7f1dc16047de8d452a63949fb6452f'/>
<id>7a96fb111e7f1dc16047de8d452a63949fb6452f</id>
<content type='text'>
- Remove trailing tabs.
- Add terminators to multi-line lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove trailing tabs.
- Add terminators to multi-line lists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix distcheck error.</title>
<updated>2013-11-17T14:21:23+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-17T14:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5eddd71636d182938394be0fe8ebac10d22cff3a'/>
<id>5eddd71636d182938394be0fe8ebac10d22cff3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
