Version 0.8
by Nick Bartos on Jun 17, 2003
[ folder_synch.0.8-1.4.0.tar.gz tarball (16867 d/l) Help ]
Requires: SquirrelMail 1.4.0
Description: * Changed option names in pref file back to old values. Now right side should not be refreshed when reading a message. Also a few javascript fixes to prevent errors from happening.
* Fast loading SM Compatible, Versioning Compatible
* This should now work with sm 1.4
* Also unneeded refreshes should be reduced, you should now only get a refresh when the number of new messages in the folder you are viewing change.
Version 0.6
by Jimmy Conner on Dec 4, 2002
[ folder_synch-0.6.tar.gz tarball (8420 d/l) Help ]
Requires: SquirrelMail 1.1.2, Compatible Browser (Not testing on DEVEL version)
Description:
Needs to be heavily tested by others!
Fixed the javascript routines to count the number of messages (even when there is over 9 in an folder)
Now counts the messages whether in Seen/Unseen mode or just Seen mode
Disables javascript if not displaying number of messages
Fixes for the javascript errors that it threw up at us
Removed old debug code that logged errors to the apache logs (this is the main reason I started fixing this plugin, I had 20M error logs every month)
Removed a little unneccesary code
Version 0.5
by Jay Guerette on Jan 15, 2002
[ folder_synch.0.5-1.0.tar.gz tarball (10846 d/l) Help ]
Requires: SquirrelMail 1.x, Javascript-capable browser
Description: This plugin uses javascript to automatically synchronize the folder list and message list displays.
If you are using IE 5+, NS 6+, or some other Mozilla 4+ Gecko-based browser,an enhanced new-mail detection routine will kick in, to almost eliminate unnecessary screen refreshes of the message list display. It will typically only refresh the message list when the unread mail counts in the folder list change.
This version has many code tweaks and optimizations from user feedback.