I have RC 0.9.5 installed, and the User-Agent states:
User-Agent: Roundcube Webmail/0.9.1
I should have thought this would have read User-Agent: Roundcube Webmail/0.9.5
If this is right then could somebody tell me the reasoning behind this?
Many thanks, Simon
PS. Did anybody have any ideas on my iPad question earlier (or else I'm not getting emails from this mailing list and my mail server has broken !)
On Tue, Nov 19, 2013 at 01:01:23PM +0100, Simon Loewenthal wrote:
I have RC 0.9.5 installed, and the User-Agent states:
User-Agent: Roundcube Webmail/0.9.1
Did you change the user agent in config/main.inc.php by chance? By default it should be: $rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
RCMAIL_VERSION is defined in program/include/iniset.php. Does it have the correct value there?
Best regards, Fabian