<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/enabled</key>
      <applyto>/desktop/gnome/url-handlers/news/enabled</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
	<short>Whether the specified command should handle "news" URLs</short>
	<long>True if the command specified in the "command" key should handle "news" URLs.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/needs_terminal</key>
      <applyto>/desktop/gnome/url-handlers/news/needs_terminal</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
	<short>Run the command in a terminal</short>
	<long>True if the command used to handle this type of URL should be run in a terminal.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/command</key>
      <applyto>/desktop/gnome/url-handlers/news/command</applyto>
      <owner>gnome</owner>
      <type>string</type>
      <default>/usr/bin/thunderbird %s</default>
      <locale name="C">
	<short>The handler for "news" URLs</short>
	<long>Easy Newsgroup subscription for Thunderbird</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>

