I would like to set a different sent folder per identity.
In my opinion this is critical for using multiple identities.
This is also loosely connected to another request:
http://www.roundcubeforum.net/5-release-support/16-requests/6831-sent-folders.html
It could be done with a plugin.
Do you have a quick idea how to approach this with a plugin?
I have had a quick look at the compose / sendmail process. I assume it could either be done by linking the two dropboxes for identity and sent folder (I do not know how exactly the rc ajax framework works) - or does it require to remove the sent folder dropbox (reppectively adding a fake "use default" entry) and read the default during message sent from the db.
I would do it by adding a "sent folder" option in the identity settings and then change the sent folder drop down when the identity was changed. That way it could be overwritten if desired.
Also please have a look on my 'saveinsamefolder' plugin (myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com)).