<quote who="Alexander Samad">

> Now my problem is for some reason messages coming in have no 'lines'
> attribute in the header so mutt keeps telling me the size of the emails
> are 0.

You could add the Lines header with procmail, but that's a bit lame. Who
cares how many lines there are anyway? But if you reaaaaaly want to:

  :0 Bfh
  * H ?? !^Lines:
  * -1^0
  *  1^1 ^.*$
  | formail -A "Lines: $="

The following line is in my ~/.mutt/common file (included from .muttrc), so
the index list instead shows the *size* of the email, including attachment.
Sounds far more sensible, right? Thought so. ;-)

  set index_format="%Z %[!%d/%m] | %-18.18F | %4c | %s"

- Jeff

-- 
GVADEC 2004: Kristiansand, Norway                    http://2004.guadec.org/
 
             Toothpaste is the most important meal of the day.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to