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
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.
Thank you!!
I did try setting that attribute to false :P