On 1 nov 2005, Sébastien Kirche wrote: > IIRC for the reading part, the cache should behave like the > agent, should'nt it ?
Not exactly. Caching is used to « remember » articles you do not want to see expired/deleted. You can mimic agent with cache by caching all articles (read, unread, ticked, dormant,...) but you need for this : 1. either make any article enters the cache (see gnus-cache-enter-articles). 2. either « batch » all articles by calling `gnus-jog-cache' such as : emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" So to mimic agent you have to tweak this carefully since, by default, read articles are removed from the cache and, still by default, only ticked and dormant articles enter the cache. This is okay for the offline reading part of the problem, but what about posting messages when offline then ? A+ -- .o. Xavier Maillard Tel: +33 6 68 04 64 37 ..o ooo _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
