| www.delorie.com/gnu/docs/emacs/gnus_48.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can change the format of the lines in the summary buffer by changing
the gnus-summary-line-format variable. It works along the same
lines as a normal format string, with some extensions
(see section 8.4 Formatting Variables).
The default string is `%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n'.
The following format specification characters are understood:
gnus-list-identifies. See section 3.16.3 Article Hiding.
gnus-summary-same-subject otherwise.
(gnus-summary-same-subject defaults to "".)
From header.
From header).
To header or the Newsgroups header
(see section 3.1.2 To From Newsgroups).
From header). This differs from the n
spec in that it uses the function designated by the
gnus-extract-address-components variable, which is slower, but
may be more thorough.
From header). This works the same way as
the a spec.
gnus-summary-default-score and the score is less than
gnus-summary-zcore-fuzz, this spec will not be used.
Xref.
Date.
Date in DD-MMM format.
Date in YYYYMMDDTHHMMSS format.
Message-ID.
References.
gnus-not-empty-thread-mark) will be displayed if the
article has any children.
gnus-user-format-function-`X', where `X' is the letter
following `%u'. The function will be passed the current header as
argument. The function should return a string, which will be inserted
into the summary just like information from any other summary specifier.
The `%U' (status), `%R' (replied) and `%z' (zcore) specs have to be handled with care. For reasons of efficiency, Gnus will compute what column these characters will end up in, and "hard-code" that. This means that it is invalid to have these specs after a variable-length spec. Well, you might not be arrested, but your summary buffer will look strange, which is bad enough.
The smart choice is to have these specs as far to the left as possible. (Isn't that the case with everything, though? But I digress.)
This restriction may disappear in later versions of Gnus.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |