-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
kdepim-mime.xml
44 lines (44 loc) · 1.66 KB
/
kdepim-mime.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!--
It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
redistribute copies of update-mime-database under the terms of the GNU General
Public License. For more information about these matters, see the file named
COPYING.
-->
<!--
Notes:
- the mime types in this file are valid with the version 0.20 of the
shared-mime-info package.
- the "fdo #xxxxx" are the wish in the freedesktop.org bug database to include
the mime type there.
-->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-vnd.kde.notes">
<sub-class-of type="text/plain"/>
<comment>KDE "Sticky" Notes</comment>
</mime-type>
<mime-type type="text/x-vnd.akonadi.note">
<sub-class-of type="text/plain"/>
<comment>Akonadi Note</comment>
</mime-type>
<mime-type type="application/x-vnd.akonadi.note">
<sub-class-of type="text/plain"/>
<comment>Legacy Akonadi Note</comment>
</mime-type>
<mime-type type="application/x-vnd.kde.alarm">
<sub-class-of type="text/calendar"/>
<comment>Legacy KAlarm Alarm</comment>
</mime-type>
<mime-type type="application/x-vnd.kde.alarm.active">
<sub-class-of type="application/x-vnd.kde.alarm"/>
<comment>Legacy KAlarm Active Alarm</comment>
</mime-type>
<mime-type type="application/x-vnd.kde.alarm.archived">
<sub-class-of type="application/x-vnd.kde.alarm"/>
<comment>Legacy KAlarm Archived Alarm</comment>
</mime-type>
<mime-type type="application/x-vnd.kde.alarm.template">
<sub-class-of type="application/x-vnd.kde.alarm"/>
<comment>Legacy KAlarm Alarm Template</comment>
</mime-type>
</mime-info>