# HG changeset patch
# User bears
# Date 1025815863 -3600
# Node ID 0e56fd09921e78ac14ecaefa2d84e110d7415eab
# Parent  d30f0fe2f4dd468e1c1fff7bbc666822e644211f
[svn] * docs/NOTES: Update note on Slypheed.

diff -r d30f0fe2f4dd -r 0e56fd09921e docs/NOTES
--- a/docs/NOTES	Thu Jul 04 21:35:24 2002 +0100
+++ b/docs/NOTES	Thu Jul 04 21:51:03 2002 +0100
@@ -275,11 +275,8 @@
 Version 0.7.8:
 
 There is no option to prevent articles being cached by Sylpheed at present.
-However, the cache can apparently be safely cleared of articles even
-while Sylpheed is running. So if reading in 'over' or 'thread' mode,
-execute the following after each 'noffle --fetch' to clear the article
-cache:
-
-$ find ~/.sylpheed/newscache/ -type f -name "[0-9]*" | xargs rm
+However, you can force articles to be re-read from the server with the
+View->Update summary command. After you issue this command, subsequent
+article bodies will be re-read.
 
 Thanks to Thorsten Grothe <thorsten-grothe@arcor.de> for this.