I can't help with your original question, but just wanted to point out that your User-Agent header is broken. It displays as:
> User-Agent: RoundCube Webmail/RCMAIL_VERSION You should correct this in main.inc.php to: > $rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION; Then you don't need to doubt anymore which version you are using, ;-) Regards, -- Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany Am 02.11.2012 21:35, schrieb Ulli Heist: > Hello, > > I try to write in english. > > Today I've updatet an existing contact/person. In the VCARD from this > person is a 'REV:'-tag. This tag is not updatet. > > I think that I'm using roundcube 0.82. > Would it be possible to add a function which will also update the REV: - > tag if this exist's? > > Best regards from germany > > Ulli > > -- > http://heist.hobby-site.org/Landstuhl > _______________________________________________ > Roundcube Users mailing list > [email protected] > http://lists.roundcube.net/mailman/listinfo/users _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
