This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml is in evolution-data-server-common 3.10.4-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/evolution/shell/network-config/" id="org.gnome.evolution.shell.network-config" gettext-domain="evolution-data-server">
    <key type="i" name="proxy-type">
      <default>0</default>
      <summary>Proxy type to use</summary>
      <description>What proxy type to use. "0" means system, "1" means no proxy, "2" means manual proxy.</description>
    </key>
    <key type="b" name="use-http-proxy">
      <default>false</default>
      <summary>Whether to use http-proxy</summary>
      <description>Whether to use proxy for HTTP requests.</description>
    </key>
    <key type="b" name="use-authentication">
      <default>false</default>
      <summary>Whether proxy server requires authentication</summary>
      <description>Whether authentication is required to access proxy server.</description>
    </key>
    <key type="s" name="http-host">
      <default>''</default>
      <summary>Host name for HTTP requests</summary>
      <description>Host name to use for HTTP requests.</description>
    </key>
    <key type="i" name="http-port">
      <default>0</default>
      <summary>Port number for HTTP requests</summary>
      <description>Port number to use for HTTP requests.</description>
    </key>
    <key type="s" name="authentication-user">
      <default>''</default>
      <summary>Proxy authentication user name</summary>
      <description>User name to use to authenticate against proxy server.</description>
    </key>
    <key type="s" name="authentication-password">
      <default>''</default>
      <summary>Proxy authentication password</summary>
      <description>Password to use to authenticate against proxy server.</description>
    </key>
    <key type="as" name="ignore-hosts">
      <default>[]</default>
      <summary>List of hosts to connect to without proxy</summary>
      <description>List of hosts for which do not use proxy.</description>
    </key>
    <key type="s" name="secure-host">
      <default>''</default>
      <summary>Host name for HTTPS requests</summary>
      <description>Host name to use for HTTPS requests.</description>
    </key>
    <key type="i" name="secure-port">
      <default>0</default>
      <summary>Port number for HTTPS requests</summary>
      <description>Port number to use for HTTPS requests.</description>
    </key>
    <key type="s" name="socks-host">
      <default>''</default>
      <summary>Host name for SOCKS requests</summary>
      <description>Host name to use for SOCKS requests.</description>
    </key>
    <key type="i" name="socks-port">
      <default>0</default>
      <summary>Port number for SOCKS requests</summary>
      <description>Port number to use for SOCKS requests.</description>
    </key>
    <key type="s" name="autoconfig-url">
      <default>''</default>
      <summary>Automatic proxy configuration URL</summary>
      <description>Where to read automatic proxy configuration from.</description>
    </key>
  </schema>
</schemalist>