File: org.gnome.Evolution.DefaultSources.gschema.xml.in

package info (click to toggle)
evolution-data-server 3.56.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,656 kB
  • sloc: ansic: 365,352; xml: 578; cpp: 482; perl: 297; makefile: 67; sh: 62; python: 35; javascript: 29
file content (31 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (8)
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
<?xml version='1.0' encoding='UTF-8'?>
<schemalist>

  <schema path="/org/gnome/evolution/" id="org.gnome.Evolution.DefaultSources">
    <key name='default-address-book' type='s'>
      <default>'system'</default>
      <summary>The UID of the default address book</summary>
    </key>
    <key name='default-calendar' type='s'>
      <default>'system'</default>
      <summary>The UID of the default calendar</summary>
    </key>
    <key name='default-mail-account' type='s'>
      <default>'system'</default>
      <summary>The UID of the default mail account</summary>
    </key>
    <key name='default-mail-identity' type='s'>
      <default>''</default>
      <summary>The UID of the default mail identity</summary>
    </key>
    <key name='default-memo-list' type='s'>
      <default>'system'</default>
      <summary>The UID of the default memo list</summary>
    </key>
    <key name='default-task-list' type='s'>
      <default>'system'</default>
      <summary>The UID of the default task list</summary>
    </key>
  </schema>

</schemalist>