From: Lorrie Wood (no email)
Date: Wed Jan 02 2002 - 02:10:15 EST
On Wed, Jan 02, 2002 at 07:41:23AM +0100, Ralf Hildebrandt wrote:
> On Tue, Jan 01, 2002 at 10:32:24PM -0800, Lorrie Wood wrote:
>
> > Use the length of the mail in bytes instead.
> >
> > I'm hampered by my MUA in this, mutt, whose FAQ seems to indicate
> > that only Lines: will do.
>
> No. Not true. OTOH, I don't know exactly how to configure it, but I
> think it's merely a change in the index format string.
YES!
For the benefit of the archives, the correct alchemy is to change
index_format in .muttrc. The original is:
set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"
If you're familiar with the mutt index layout, obviously the
bit in () is the length. Change %4l to %4c, which makes:
set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s"
... and restart mutt. Frankly, my users and I find message-size more
useful, YMMV.
Thanks, Ralf!
-- Lorrie
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|