On Fri, Sep 03, 1999 at 04:08:44PM +0100, Axel Tillequin wrote:
> My pager (builtin) displays the full header of each message. Is it
> possible to
> display only the "date from subject to cc" part of it ?

>From the mutt manual:

------------------------------ snip --------------------------------
  3.7.  Ignoring (weeding) unwanted message headers

  Usage: [un]ignore pattern [ pattern ... ]

  Messages often have many header fields added by automatic processing
  systems, or which may not seem useful to display on the screen.  This
  command allows you to specify header fields which you don't normally
  want to see.

  You do not need to specify the full header field name.  For example,
  ``ignore content-'' will ignore all header fields that begin with the
  pattern ``content-''.

  To remove a previously added token from the list, use the ``unignore''
  command.  Note that if you do ``ignore x-'' it is not possible to
  ``unignore x-mailer,'' for example.  The ``unignore'' command does not
  make Mutt display headers with the given pattern.

  ``unignore *'' will remove all tokens from the ignore list.
------------------------------ snip --------------------------------

So you should use something like
ignore *
unignore Date: From: Subject: To: Cc:

bye,
Jan

-- 
Jan Peter Hecking - University of Rostock - Dept. of Computer Science
eMail: [EMAIL PROTECTED]      (icq #14643959)  /\/\ 
public key: http://www.informatik.uni-rostock.de/~jhecking/pgp  \--/ 
fingerprint: 18 91 55 54 62 67 CC 71   05 5F C7 AE E4 F3 B7 D9   \/  

Reply via email to