* Marcelo Chiapparini <[EMAIL PROTECTED]>:

> I am using mutt. When I read a message sometimes appears a lot of stuff in 
> the 
> header. I want only the "From:", "To:" and "Subject:" fields. How can I do 
> that?
> Using the option ignore in the muttrc file seems to be endless, because there 
> is a lot of things to be ignored. I think that is better to tell mutt what to 
> keep instead...

Add this to your ~/.muttrc:

| # Show or suppress headers:
| ignore *
| unignore to: from: subject: reply-to:
| hdr_order from: reply-to: to: subject:

Alex

Reply via email to