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
7 stars 4 forks source link

Not saving #18

Closed HostOncilla closed 2 months ago

HostOncilla commented 4 months ago

Hi, this 2 values are not being saved on setup of new account.

'interval' => 300, 'retries' => 10,

retries saves the value 5 instead of 10 as specified, and the intervals saves the value of 0 instead of 300 as specified.

toteph42 commented 4 months ago

interval problem fixed in 1.0.27. retries is a global configuration parameter and never saved