blob: f3d342cf50ace145c9b15ec5da321200be12adef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<schemalist>
<schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
<key name="send-read" type="b">
<default>true</default>
<summary>Whether to confirm that a message was received per default</summary>
</key>
<key name="convert-utf8-smileys" type="b">
<default>true</default>
<summary>Whether to convert common ascii smileys into unicode</summary>
</key>
</schema>
</schemalist>
|