|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
|
... |
|
... |
59 |
.Z = application/x-gzip
|
59 |
.Z = application/x-gzip
|
60 |
.bz2 = application/x-bzip2
|
60 |
.bz2 = application/x-bzip2
|
61 |
.rar = application/x-rar
|
61 |
.rar = application/x-rar
|
62 |
#.Z = application/x-compress
|
62 |
#.Z = application/x-compress
|
63 |
.zip = application/zip
|
63 |
.zip = application/zip
|
|
|
64 |
.7z = application/x-7z-compressed
|
64 |
|
65 |
|
65 |
# The rcltar module can handle compressed tar formats internally so we
|
66 |
# The rcltar module can handle compressed tar formats internally so we
|
66 |
# use application/x-tar for all tar files compressed or not. Note that tar
|
67 |
# use application/x-tar for all tar files compressed or not. Note that tar
|
67 |
# file indexing is disabled by default, you'll need to copy and uncomment
|
68 |
# file indexing is disabled by default, you'll need to copy and uncomment
|
68 |
# the application/x-tar commented line from mimeconf into your personal config
|
69 |
# the application/x-tar commented line from mimeconf into your personal config
|