
group_display_format
--------------------

   Usage: group_display_format number format-string

   This command allows you to change the way the groups are presented to
   you in the group window. You can save up to 10 different formats and
   switch among them using toggle_group_formats (default binding: ESC
   a).

   The default settings are:
        group_display_format 0 "  %F%-5u  %n%45g%d"
        group_display_format 1 "  %F%-5u  %n%50g%-8l-%h"
        group_display_format 2 "  %F%-5u [%-6t]  %n"

   number is the number of the format (0-9).

   The following % escapes can be used:

         F   Group flag (`U' for unsubscribed, `N' for new)
         d   Group description (needs to be downloaded once with slrn -d)
         h   ``High water mark'' (highest article number in the group)
         l   ``Low water mark'' (lowest article number in the group)
         n   Group name
         t   Total number of articles in the group (estimate)
         u   Number of unread articles in the group

   The special descriptors ``%g'' and ``%?'' work like in
   header_display_format.

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