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
Hi Robert,
Am 2016-04-25 14:38, schrieb Robert Söderlund:
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.
I'm using the custom from plugin (https://github.com/r3c/custom_from) for this very purpose.
Greetz, Martin
Hi Martin!
On 2016-04-26 08:18, Martin Egge wrote:
Hi Robert,
Am 2016-04-25 14:38, schrieb Robert Söderlund:
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.
I'm using the custom from plugin (https://github.com/r3c/custom_from) for this very purpose.
Awesome! That works exactly what I want, thanks for the tip. I thought the plugin didn't populated the from field automatic.
Greetz, Martin _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
//Robert