
visible_headers
---------------

   Usage: visible_headers header_lines

   With this command, you can specify a comma-separated list of
   header_lines that should still be visible in the article pager when
   the display of all headers is turned off (this is toggled via
   toggle_headers, by default bound to `t').

   Note that the strings are not regular expressions. However, substrings
   can be used; e.g. "X-" matches all headers beginning with ``X-''. It's
   also possible to exclude certain headers by preceding them with a bang
   (`!'). If multiple entries match, the last one decides whether or not
   the header is displayed, so "X-,!X-Trace:" shows all X-headers except
   ``X-Trace:''.

   Headers mentioned in visible_headers that don't occur in the article
   are silently ignored.

Example:
visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:"

-- 
(C) Matthias Friedrich <mafr@topmail.de> and Thomas Schultz <tststs@gmx.de>.
The complete manual can be found at <htp://slrn.sourceforge.net/manual/>.
