]> git.eshelyaron.com Git - emacs.git/commitdiff
; Document new gnus-summary-line-format items
authorAndrew G Cohen <cohen@andy.bu.edu>
Sat, 5 Sep 2020 08:47:06 +0000 (16:47 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Sat, 5 Sep 2020 08:47:06 +0000 (16:47 +0800)
* lisp/gnus/gnus.el (gnus-summary-line-format): Include %Z, %G, and %g
in the docstring.
* doc/misc/gnus.texi (Summary Buffer Lines): Document %Z, %G, and %g
specifications.

doc/misc/gnus.texi
lisp/gnus/gnus.el

index 593f113ac1465cb791b7cf1e7c6f6c9a91407768..de5e8f33b540cdd32666ff6e511259c264c70937 100644 (file)
@@ -4968,6 +4968,15 @@ The address (from the @code{From} header).  This works the same way as
 the @code{a} spec.
 @item L
 Number of lines in the article.
+@item Z
+Retrieval Score Value (RSV) of the article; nil if not in an nnselect
+group.
+@item G
+Originating group name of the article; nil if not in an nnselect
+group.
+@item g
+Short form of the originating group name of the article; nil if not in
+an nnselect group.
 @item c
 Number of characters in the article.  This specifier is not supported
 in some methods (like nnfolder).
index 4e3fc9868b44947ec45a10cd6149444ad7542243..561e6b8cf4bea8dad2cf55f57d3173c0bd860ad5 100644 (file)
@@ -2705,6 +2705,11 @@ with some simple extensions.
 %k          Pretty-printed version of the above (string)
             For example, \"1.2k\" or \"0.4M\".
 %L          Number of lines in the article (integer)
+%Z          RSV of the article; nil if not in an nnselect group (integer)
+%G          Originating group name for the article; nil if not
+            in an nnselect group (string)
+%g          Short from  of the originating group name for the article;
+            nil if not in an nnselect group (string)
 %I          Indentation based on thread level (a string of
             spaces)
 %B          A complex trn-style thread tree (string)