Author Topic: Remove "list options" from message list in v1.2  (Read 3286 times)

Offline matias

  • Newbie
  • *
  • Posts: 2
Remove "list options" from message list in v1.2
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Remove "list options" from message list in v1.2
« Reply #1 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline matias

  • Newbie
  • *
  • Posts: 2
Re: Remove "list options" from message list in v1.2
« Reply #2 on: July 24, 2016, 10:54:02 AM »
Thank you!!

I did try setting that attribute to false  :P