newsticker-groups
newsticker-groups is a variable defined in `
newst-treeview.el
'.
Its value is
("Feeds")
Documentation:
List of feed groups, used in the treeview frontend.
First element is a string giving the group name. Remaining
elements are either strings giving a feed name or lists having
the same structure as `newsticker-groups'. (newsticker-groups :=
groupdefinition, groupdefinition := groupname groupcontent*,
groupcontent := feedname | groupdefinition)
Example: ("Topmost group" "feed1" ("subgroup1" "feed 2")
"feed3")