Re: Any way to get size/count with maildir?
Derek Martin <invalid <at> pizzashack.org>
2005-11-02 15:33:55 GMT
On Wed, Nov 02, 2005 at 02:23:18PM +0000, Chris Green wrote:
> The one thing I will miss when I go from mbox to maildir (which I'm
> planning to do for ease of backing up) is an indication of folder size.
I heartily agree; in fact I occasionally make the point on mutt-dev
that -- from the user's perspective -- mbox and maildir should
function identically (albeit with somewhat different performance of
various operations, which is unavoidable). The information displayed
to the user should be identical regardless of format, and the
difference in feature set should be nil. The user should not need to
consider the storage format to get the desired feature set (excepting
cases where the format makes something technically impossible, which
is rare), nor should the user need to know or care about the storage
format at all, until and unless performance becomes an issue for them.
Usually when I bring up this idea, it's in response to a specific
feature inquiry/request from someone else, like yours. Usually when I
advocate such a thing, one or more people on the dev list complain,
"That would be too slow." Often that is somewhat true, though with
improvements in the design of the code, in many cases that performance
hit could be minimized... But just as often, I think it's just
nonsense, as other mailers have those features without being absurdly
slow.
Even when it does impact performance, I still think the feature
set should be the same. Others argue that there should be a
difference, because having different formats means that you should be
able to optimize differently. I think reasoning is sound, but the
conclusion is nonsense. That is, yes: you should be able to optimize
for different formats. But that doesn't mean the feature set should
(Continue reading)