On Mon, Nov 05, 2007 at 11:34:15PM +0100, list-user wrote: > > I use mutt v 1.5.17 under suse 9.3. > In the index view all emails have the size ( 0).
> Do I have to do some configuration in order to get the correct size or > how can I get it right? See the FAQ: http://wiki.mutt.org/?MuttFaq/Maildir basically, mutt can't see the number of lines for Maildir, so either modify your index format to show the size (in bytes) of the message rather than the # of lines, or use a procmail rule to add a Lines header. I use set index_format="%4C %Z %{%b %d} %-18.18F (%4c) %M %s" w
