I m using roundcube for my site jupitersecurity.in. I have created many email account and i need to check it out every day.
what really bothers me is that sometime i forget my logged in id. One way i found to check identities from setting tab.
Request: can u please help me by putting identity some were on main page so that i can know from which id i m logged in.
Thanks in advance.
You could use my accounts plugin (see footer).
If your goal is to only show the logged on identity there's another quick solution. Add the following line as second line to file skins/default/includes/taskbar:
<font size="-2"><roundcube:var name='session:username' /> </font>
So the complete content reads like:
<font size="-2"><roundcube:var name='session:username' /> </font>
I know this is a change in RC's code file but this file hasn't been changed for ages and has survived a lot of Roundcube versions 'till now :)