newsticker-heading-format

newsticker-heading-format is a variable defined in `newst-plainview.el'.
Its value is
"%l
%t %d %s"


Documentation:
Format string for feed headings.
The following printf-like specifiers can be used:
%d The date the feed was retrieved. See `newsticker-date-format'.
%l The logo (image) of the feed. Most news feeds provide a small
image as logo. Newsticker can display them, if Emacs can --
see `image-types' for a list of supported image types.
%L The logo (image) of the feed. If the logo is not available
the title of the feed is used.
%s The statistical data of the feed. See `newsticker-statistics-format'.
%t The title of the feed, i.e. its name.

You can customize this variable.