Roundcube Community Forum

Release Support => Release Discussion => Topic started by: matias on July 23, 2016, 07:14:05 PM

Title: Remove "list options" from message list in v1.2
Post by: matias on July 23, 2016, 07:14:05 PM
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
Title: Re: Remove "list options" from message list in v1.2
Post by: JohnDoh on July 24, 2016, 02:35:09 AM
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.
Title: Re: Remove "list options" from message list in v1.2
Post by: matias on July 24, 2016, 10:54:02 AM
Thank you!!

I did try setting that attribute to false  :P