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

« back to all changes in this revision

Viewing changes to akonadi/resources/birthdays/birthdaysresource.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Harald Sitter
  • Date: 2009-06-27 04:40:05 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627044005-4y2vm9xz7rvmzi4p
Tags: 4:4.2.95svn20090701-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Bump build-deps
* Remove akonadi-kde and libmaildir4 packages
  - remove akonadi-kde.install and libmaildir4.install
  - remove libmaildir4 from debian/rules
  - remove akonadi-kde and libmaildir4 from depends
  - remove akonadi-kde and libmaildir4 from installgen
* Update kdepim-dev.install
* Update kpilot.install
* Add akonadi-kde and libmaildir4 transitional packages

[ Harald Sitter ]
* KAddressbook replaces Kontact << 4.2.85 (LP: #378373)

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
 
 
8
  <group name="Filter">
 
9
    <entry type="Bool" name="FilterOnCategories">
 
10
      <default>false</default>
 
11
    </entry>
 
12
    <entry type="StringList" name="FilterCategories"/>
 
13
  </group>
 
14
 
 
15
  <group name="Alarm">
 
16
    <entry type="Bool" name="EnableAlarm">
 
17
      <default>true</default>
 
18
    </entry>
 
19
    <entry type="Int" name="AlarmDays">
 
20
      <default>1</default>
 
21
    </entry>
 
22
  </group>
 
23
</kcfg>