Hi,

I've just had the same experience, and a "solution":

* Have Firefox with the "SQLite Manager" extension installed. Probably,
  every other program that can work with SQLite databases works as
  well.

* Close Liferea.

* Open the database (~/.liferea_1_4/liferea.db).

* In table "items", there's a column named "read". Set this to 0 by
  executing the following query:

  update items set read = 0;

  Maybe you can alter the query to limit the impact by specifying an
  appropriate 'where' clause. I just went for a broadband medicine.


* Close the database.

That's it...


Kind regards,
--Toni++



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to