mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
fix(mail): use the correct replyTo when set to a non*default identity
This commit is contained in:
@@ -387,7 +387,11 @@
|
||||
var node, children, nl, reNl, nlNb, space, signature, previousIdentity;
|
||||
|
||||
if (identity && identity.full)
|
||||
{
|
||||
this.message.editable.from = identity.full;
|
||||
if(identity.replyTo)
|
||||
this.message.editable.replyTo = identity.replyTo
|
||||
}
|
||||
else if (identity && identity.length)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user