blob: 6b7e1c3262f5d89c183aeb14db11067df1ce9f13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.autocontacts" path="/org/gnome/evolution/plugin/autocontacts/">
<key name="addressbook-source" type="s">
<default>''</default>
<_summary>Address book source</_summary>
<_description>Address book to use for storing automatically synced contacts.</_description>
</key>
<key name="auto-sync-gaim" type="b">
<default>false</default>
<_summary>Auto sync Pidgin contacts</_summary>
<_description>Whether Pidgin contacts should be automatically synced.</_description>
</key>
<key name="enable" type="b">
<default>false</default>
<_summary>Enable autocontacts</_summary>
<_description>Whether contacts should be automatically added to the user's address book.</_description>
</key>
<key name="gaim-addressbook-source" type="s">
<default>''</default>
<_summary>Pidgin address book source</_summary>
<_description>Address book to use for storing automatically synced contacts from Pidgin.</_description>
</key>
<key name="gaim-check-interval" type="i">
<default>10</default>
<_summary>Pidgin check interval</_summary>
<_description>Check interval for Pidgin syncing of contacts.</_description>
</key>
<key name="gaim-last-sync-md5" type="s">
<default>''</default>
<_summary>Pidgin last sync MD5</_summary>
<_description>Pidgin last sync MD5.</_description>
</key>
<key name="gaim-last-sync-time" type="s">
<default>''</default>
<_summary>Pidgin last sync time</_summary>
<_description>Pidgin last sync time.</_description>
</key>
</schema>
</schemalist>
|