On 2012-11-21, horse_rivers wrote:
> hi,
>
> in my mutt mailbox , I do not know why all mails contain so many
> useless message text , as below:
>
> Received: by xxxxxxxxxxxxx
> Received: from xxxxxxxxxxxx
> envelope-from xxxxxxxxxxxxxxx
>
> Received: by mailxxxxxxx
>
>
> ...... and so on
>
> these text occupy more place than mail content ,which is so annoying .
>
>
> is there some method to disable mutt displaying these text ?
Yes, the ignore command. See the mutt manual (not man page),
section 10.1. Selecting Headers. From the example there, you might
try putting these lines in your muttrc:
ignore *
unignore from date subject to cc
Regards,
Gary