You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<group name="Actions">
|
|
<entry name="MailAction" type="String">
|
|
<default>kmail --subject %t --body %f</default>
|
|
</entry>
|
|
</group>
|
|
|
|
<group name="Alarms">
|
|
<entry name="CheckInterval" type="UInt">
|
|
<default>60</default>
|
|
</entry>
|
|
|
|
<entry name="AlarmsLastChecked" type="DateTime"/>
|
|
</group>
|
|
|
|
<group name="Network">
|
|
<entry name="ReceiveNotes" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
|
|
<entry name="Port" type="UInt">
|
|
<label>The port KNotes will listen on and send notes to.</label>
|
|
<default>24837</default>
|
|
</entry>
|
|
|
|
<entry name="SenderID" type="String"/>
|
|
|
|
<entry name="KnownHosts" type="StringList"/>
|
|
</group>
|
|
|
|
<group name="Style">
|
|
<entry name="Style" type="Enum">
|
|
<default>Fancy</default>
|
|
<choices>
|
|
<choice name="Plain"/>
|
|
<choice name="Fancy"/>
|
|
</choices>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|