newsticker-new-item-functions

newsticker-new-item-functions is a variable defined in `newst-backend.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
List of functions run after a new headline has been retrieved.
Each function is called with the following three arguments:
FEED the name of the corresponding news feed,
TITLE the title of the headline,
DESC the decoded description of the headline.

See `newsticker-download-images', and
`newsticker-download-enclosures' for sample functions.

Please note that these functions are called only once for a
headline after it has been retrieved for the first time.

You can customize this variable.