comparison docs/NOTES @ 263:0e56fd09921e noffle

[svn] * docs/NOTES: Update note on Slypheed.
author bears
date Thu, 04 Jul 2002 21:51:03 +0100
parents 56404839dd33
children
comparison
equal deleted inserted replaced
262:d30f0fe2f4dd 263:0e56fd09921e
273 ------------- 273 -------------
274 274
275 Version 0.7.8: 275 Version 0.7.8:
276 276
277 There is no option to prevent articles being cached by Sylpheed at present. 277 There is no option to prevent articles being cached by Sylpheed at present.
278 However, the cache can apparently be safely cleared of articles even 278 However, you can force articles to be re-read from the server with the
279 while Sylpheed is running. So if reading in 'over' or 'thread' mode, 279 View->Update summary command. After you issue this command, subsequent
280 execute the following after each 'noffle --fetch' to clear the article 280 article bodies will be re-read.
281 cache:
282
283 $ find ~/.sylpheed/newscache/ -type f -name "[0-9]*" | xargs rm
284 281
285 Thanks to Thorsten Grothe <thorsten-grothe@arcor.de> for this. 282 Thanks to Thorsten Grothe <thorsten-grothe@arcor.de> for this.