Mercurial > noffle
changeset 261:56404839dd33 noffle
[svn] * docs/NOTES: Add note on Slypheed.
author | bears |
---|---|
date | Thu, 04 Jul 2002 21:34:12 +0100 |
parents | 1daefc6533eb |
children | d30f0fe2f4dd |
files | ChangeLog docs/NOTES |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 26 14:39:32 2002 +0100 +++ b/ChangeLog Thu Jul 04 21:34:12 2002 +0100 @@ -1,3 +1,7 @@ +Thu Jul 4 2002 Jim Hague <jim.hague@acm.org> + +* docs/NOTES: Add note on Slypheed. + Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> * Makefile.in,docs/Makefile.in,packages/Makefile.in,
--- 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.