till wrote: >> List of collapsed folders is stored in a cookie. Maybe the database is a >> better place? > > Yeah, I'd say so - especially since you want some sort of persitance > with this data. :)
I'll put them in the database. That requires an AJAX callback though. Anyway, I found something interesting today. I've put this in mail.css: background-image: url(images/icons/folder-plus.png); But I made a mistake first, and had this: background-image: url(images/icons/folder-plus); and FireFox magically figured out I wanted a .png image, and appended the extension :) Robin _______________________________________________ List info: http://lists.roundcube.net/dev/
