I miss a home button like the clickable roundcube logo/icon in the top left corner of elastic skin. I think, this would be more intuitive to go back to the inbox.
The skin is great, but i would miss this function.
Imo, no, this is not more intuitive. It maybe had some sense in the old skins where the menus were on the right side of the UI. I think it might be more confusing now where you have menu buttons below the logo. Having two buttons nearby doing the same is not good. And I can imagine customisations that use company logo and want to make a click on it to lead to a company webpage or sth like that.
Hey Mikch06,
I just had the same wish :-).
Even if it may not be intuitive there is a way to do it easy.
Modify
/\
$("#logo").attr("onclick", "return rcmail.command('switch-task','mail',this,event)");
And minimize it again: This adds the onclick attribute with the right rcmail.command to your logo.
/\
Greetings,
Lars
Most helpful comment
Hey Mikch06,
I just had the same wish :-).
Even if it may not be intuitive there is a way to do it easy.
append
Modify
/\
$("#logo").attr("onclick", "return rcmail.command('switch-task','mail',this,event)");And minimize it again:
/\
This adds the onclick attribute with the right rcmail.command to your logo.
Greetings,
Lars