Roundcubemail: Homebutton or clickable Roundcube logo in elastic skin

Created on 15 Apr 2019  路  2Comments  路  Source: roundcube/roundcubemail

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.

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.
Modify
/\ append
$("#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

All 2 comments

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
/\ append
$("#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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HLeithner picture HLeithner  路  6Comments

omarchehab98 picture omarchehab98  路  6Comments

Sebi94nbg picture Sebi94nbg  路  5Comments

Rotzbua picture Rotzbua  路  5Comments

Takika picture Takika  路  7Comments