* Jacek Wojaczynski <[EMAIL PROTECTED]> [2002-10-19 21:29:37 +0200]:

> "All mail clients suck. This one just sucks less." :-)
> 
> I'm new to the list and wanted to say "Hi!" to everybody.
> 
Me too.  Imagine my consternation when the *first* message I see says
Mutt sucks.
> 
> 1. Displaying of X-Headers.
> My favourite newsreader is slrn. I could define there sth like this:
> 
> Show the following headers (visible headers):
> From: 
> Date:
> X-
> 
> Headers to hide:
> 
> !X-Mime
> !X-MSMail
> !X-Priority
> !X-Complaints
> 
> So I could see all important to me X-headers and hide those stupid
> ones...
> 
> Possible in mutt?

Try this in your .muttrc

# Configure header displays.

# Ignore all headers
ignore *

# Then un-ignore the ones I want to see
unignore From:
unignore Date:

# Now order the visable header lines
hdr_order From: Date:

This was lifted from Dave Pearson's site http://www.davep.org/ and modified.

> regards,
> kocurek
Unfortunately, this was the only question I had an answer for 8-(,
however there are lots of good examples in the .muttrc files at
http://www.mutt.org/links.html#config
                                      Colin

-- 
Colin Keefe                    We never do anything well till we cease
[EMAIL PROTECTED]             to think about the manner of doing it.
                                                      -William Hazlitt

Reply via email to