Mercurial > noffle
diff docs/NOTES @ 261:56404839dd33 noffle
[svn] * docs/NOTES: Add note on Slypheed.
author | bears |
---|---|
date | Thu, 04 Jul 2002 21:34:12 +0100 |
parents | 33844d68cab1 |
children | 0e56fd09921e |
line wrap: on
line diff
--- a/docs/NOTES Wed Jun 26 14:39:32 2002 +0100 +++ b/docs/NOTES Thu Jul 04 21:34:12 2002 +0100 @@ -17,6 +17,7 @@ 1.12 knews 1.13 knode 1.14 Gravity + 1.15 Sylpheed ------------------------------------------------------------------------------- @@ -267,3 +268,18 @@ As for the overview/thread mode, caching must be disabled in View->Global Options->Storage(tab), disable "Retrieve and store article bodies" and "Store all bodies retrieved for reading". + +1.15 Sylpheed +------------- + +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 + +Thanks to Thorsten Grothe <thorsten-grothe@arcor.de> for this.