blob: d2d03646b2ef102c2fbbce465971b371be730020 (
plain)
1
2
3
4
5
6
7
8
|
namespace Akonadi2;
table Synchronize {
sourceSync: bool; //Synchronize with source
localSync: bool; //Ensure all queues are processed so the local state is up-to date.
}
root_type Synchronize;
|