summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2024-06-02 09:38:00 +0300
committerDavid Faure <faure@kde.org>2024-06-09 23:33:06 +0000
commitb351bbf581b4b27b0953d4a40491b7807d550c31 (patch)
treeda599debe6c05293581e883162497181b5c05750
parent2f1470620592c718e105356fa0f5cc3ee19d6a8d (diff)
text/calendar: add *.ifb and *.icalendar globs
- *.ifb: https://www.iana.org/assignments/media-types/text/calendar - *.icalendar: https://en.wikipedia.org/w/index.php?title=ICalendar&oldid=1218030400
-rw-r--r--data/freedesktop.org.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 107c95d..00bba80 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -6621,6 +6621,8 @@ command to generate the output files.
</magic>
<glob pattern="*.vcs"/>
<glob pattern="*.ics"/>
+ <glob pattern="*.ifb"/>
+ <glob pattern="*.icalendar"/>
</mime-type>
<mime-type type="text/css">
<comment>CSS stylesheet</comment>