<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I don't really fit under the concept "peanut gallery", I am more a "friendly lurker", I have been reading the mailing list for long enough that I don't remember the original reason I joined.<br><br>But I have some thoughts about one of your ideas "New archive types: .tar(.bz2|.gz),...", bzip2 and .gzip only compress a single file (stream), which would need to be uncompressed then processed as a tar file. libzip2 provides library functions to do that part, where the gzip documentation says use zib. Where all this is going is that both will need to be uncompressed then processed. Where for rar and the like, the uncompression is part of the processing. If you support tar.bz2 and tar.gz, then it would be good to be able to provide a custom uncompression routine, which could be highjacked to do things like unecryption instead.<br><br>tldr; If you are going to support tar.bz2 and tar.gz files, its really processed (uncompressed) and the tar file is then read. It would be nice to be able to provide custom processing routiens that would allow for file encryption or downloading the file from an external source.<br><br>Then this process could be applied to any archive type. Not sure how useful this would be, but its just a thought.<br><br>-Anthony "Timmy" Cassidy<br><br /><hr />Get the new Windows Live Messenger. <a href='http://download.live.com/' target='_new'>Looking for a fresh way to share photos?</a></body>
</html>