Roundcube Community Forum

 

Remove "list options" from message list in v1.2

Started by matias, July 23, 2016, 07:14:05 PM

Previous topic - Next topic

matias

Is there a way to get rid of the "gear/cog" icon in message list header? I want to remove that column both from the header and body lists

If there isn't any config option, how to do it by hand?

See example image

JohnDoh

there is no config option for it but you can do it from the template file. see this line: https://github.com/roundcube/roundcubemail/blob/master/skins/larry/templates/mail.html#L102 either set it to empty (eg: `optionsmenuIcon=""`) or remove the attribute.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

matias

Thank you!!

I did try setting that attribute to false  :P