~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/resources/nntp/nntpresource.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
 
      xmlns:kcfg="http://www.kde.org/standards/kcfg/1.0"
4
 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
 
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
6
 
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
7
 
  <!-- Account settings -->
8
 
  <group name="Account">
9
 
    <entry name="Server" type="String">
10
 
      <label>Server hostname</label>
11
 
      <default></default>
12
 
    </entry>
13
 
    <entry name="Port" type="UInt">
14
 
      <label>Server port number</label>
15
 
      <default>119</default>
16
 
      <!-- TODO add maximum value -->
17
 
    </entry>
18
 
    <entry name="Encryption" type="Enum">
19
 
      <label>Encryption method</label>
20
 
      <default>None</default>
21
 
      <choices>
22
 
        <choice name="None">
23
 
          <label>No encryption</label>
24
 
        </choice>
25
 
        <choice name="SSL">
26
 
          <label>SSL encryption</label>
27
 
        </choice>
28
 
        <choice name="TLS">
29
 
          <label>TLS encryption</label>
30
 
        </choice>
31
 
      </choices>
32
 
    </entry>
33
 
    <entry name="Name" type="String">
34
 
      <label>Account name</label>
35
 
      <default></default>
36
 
    </entry>
37
 
    <entry name="RequiresAuthentication" type="Bool">
38
 
      <label>Server requires login</label>
39
 
      <default>false</default>
40
 
    </entry>
41
 
    <entry name="UserName" type="String">
42
 
      <label>Username for login</label>
43
 
      <default></default>
44
 
    </entry>
45
 
    <entry name="StorePassword" type="Bool">
46
 
      <label>Store login password in KWallet</label>
47
 
      <default>false</default>
48
 
    </entry>
49
 
    <!-- TODO: precommand -->
50
 
  </group>
51
 
 
52
 
  <!-- Article specific settings -->
53
 
  <group name="Articles">
54
 
    <entry name="MaxDownload" type="UInt">
55
 
      <label>Maximum number of articles to download.</label>
56
 
      <default>5</default>
57
 
    </entry>
58
 
  </group>
59
 
 
60
 
  <!-- Newsgroup specific settings -->
61
 
  <group name="Newsgroups">
62
 
    <entry name="LocalHierarchy" type="Bool">
63
 
      <label>Allow local modifications of the news group hierarchy</label>
64
 
      <default>true</default>
65
 
    </entry>
66
 
    <entry name="FlatHierarchy" type="Bool">
67
 
      <label>Create newsgroups in a flat hierarchy by default</label>
68
 
      <default>true</default>
69
 
    </entry>
70
 
    <entry name="LocalNames" type="Bool">
71
 
      <label>Allow local renaming of newsgroups</label>
72
 
      <default>true</default>
73
 
    </entry>
74
 
  </group>
75
 
 
76
 
  <!-- Internal data -->
77
 
  <group name="Internal">
78
 
    <entry name="LastGroupList" type="DateTime">
79
 
      <label>Last update of the newsgroup list</label>
80
 
    </entry>
81
 
  </group>
82
 
</kcfg>