mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Cleanup Email.toLine()
This commit is contained in:
parent
2af5257e10
commit
7585ac450e
3 changed files with 4 additions and 4 deletions
|
|
@ -388,7 +388,7 @@ export class EmailModel extends AbstractModel {
|
|||
exists = true;
|
||||
}
|
||||
|
||||
result.push(address ? address.toLine(false) : item.name);
|
||||
result.push(address ? address.toLine() : item.name);
|
||||
});
|
||||
|
||||
return exists ? result : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue