@@ -561,11 +561,12 @@ [path hasSuffix: @".TAR.GZ"] || [path hasSuffix: @".TGZ"]) type = @"tgz"; else if ([path hasSuffix: @".gz"] || [path hasSuffix: @".GZ"]) type = @"gz"; else if ([path hasSuffix: @".lha"] || - [path hasSuffix: @".lzh"] || [path hasSuffix: @".lzs"]) + [path hasSuffix: @".lzh"] || [path hasSuffix: @".lzs"] || + [path hasSuffix: @".pma"]) type = @"lha"; else if ([path hasSuffix: @".tar"] || [path hasSuffix: @".TAR"]) type = @"tar"; else type = @"zip";