toteph42 / identy_switch

This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
GNU General Public License v3.0
6 stars 3 forks source link

Extended Skin #21

Closed HostOncilla closed 1 month ago

HostOncilla commented 1 month ago

I have an extended skin (child-skin of elastic) of elastic which I use with meta.json, the problem is that every time there's an update I have to rename:

case 'elastic':
        isOk = identy_switch_addCbElastic($sw);

To:

case 'hivemail':
        isOk = identy_switch_addCbElastic($sw);

Is there anyway around this?

toteph42 commented 1 month ago

Fixed in 1.0.29