We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee4f6c commit 6f824feCopy full SHA for 6f824fe
src/fr-init.c
@@ -62,6 +62,7 @@ FrMimeTypeDescription mime_type_desc[] = {
62
{ "application/x-7z-compressed-tar", ".tar.7z", N_("Tar compressed with 7z (.tar.7z)"), 0 },
63
{ "application/x-ace", ".ace", N_("Ace (.ace)"), 0 },
64
{ "application/x-alz", ".alz", NULL, 0 },
65
+ { "application/x-ar", ".a", N_("Ar (.a)"), 0 },
66
{ "application/x-ar", ".ar", N_("Ar (.ar)"), 0 },
67
{ "application/x-arj", ".arj", N_("Arj (.arj)"), 0 },
68
{ "application/x-bzip", ".bz2", NULL, 0 },
@@ -108,6 +109,7 @@ FrExtensionType file_ext_type[] = {
108
109
{ ".7z", "application/x-7z-compressed" },
110
{ ".ace", "application/x-ace" },
111
{ ".alz", "application/x-alz" },
112
+ { ".a", "application/x-ar" },
113
{ ".ar", "application/x-ar" },
114
{ ".arj", "application/x-arj" },
115
{ ".bin", "application/x-stuffit" },
0 commit comments