> Is there a way to set this option in the default settings? Here's the over-fancy way to do it.
cd /path/to/your/data/dir # This strips out existing index order preferences cat default_pref | grep -v order[1-9] > default_pref # This adds in the ones you like. cat youruser.pref | grep order[1-9] >> default_pref -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
