Hi all!
Is it possible to configure roundcube to use the address in "To" or "Delivered-To" headers without setting up a new identity when I reply or forward mails.
The important (at least of what I think ;) part of the configuration is: $config['plugins'] = array('identity_select',...) $config['identity_select_headers'] = array('Delivered-To','To'); $config['identities_level'] = 0;
Robert Söderlund