[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: nnshimbun problem with nytimes.com



* You wrote:
| 
| I looked at the ~/News/shimbun/nytimes/nytimes/columns/.overview
| file and found several problems ("~/News/" is specified by the
| gnus-directory variable).
| 
| 1. There are no proper Message-IDs.
|   Shimbun compares those saved IDs and IDs of retrieved articles
|   in order to know which articles are new.  So, they have to be
|   unique each other.

This was the problem.  I created the Message-IDs with:

  (setq id url)

but they have to be of the form <...>, so now I use

  (setq id (concat "<" url ">"))

and it works now.

Thank you,
Boris

-- 
boris@uncommon-sense.net - <http://www.uncommon-sense.net/>

For a light heart lives long.
		-- Shakespeare, "Love's Labour's Lost"