Christopher S. Swingley wrote: > Is there such a beast? If not, how do you folks manage the great > crush of old, accumulated email messages on your systems?
I use maildir format for my mailboxes. In maildir format, each message is in a separate file. This makes all sorts of manipulations quite trivial, since the question is not how to remove one message from a larger file, but simply whether to delete the file or not. This doesn't help you much at the moment, but it's something to think about for the future. Craig