Hello, I'm enjoying a lot RC :D.
Rigth now I have made some little changes in templates, and I get stuck when I try to create a shorcut to folder configuration page.
I want to put the shortcut with the other mails buttons, in the mail.html template inside the "messagetoolbar" div.
I have try to set a button command : folder, as in settingstab.html template but not work. Could I add a link directly to: /?_task=settings&_action=folders?
I want to know if there is an elegant way ( a lo RC )to do it.
thank for helping
Greetings David.
the RC way to do it is to add something the button to mail.html and then add the new command to app.js - search in app.js for one of the other command liks reply-all, copy what it does and change the url for the folder management one.