mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 22:36:08 +00:00
Rename Identity.formattedName to Identity.toString
This commit is contained in:
@@ -40,7 +40,7 @@ export class IdentityModel extends EmailModel /*AbstractModel*/ {
|
||||
/**
|
||||
* @returns {string}
|
||||
*/
|
||||
formattedName() {
|
||||
toString() {
|
||||
const name = this.name,
|
||||
email = this.email,
|
||||
label = this.label();
|
||||
|
||||
Reference in New Issue
Block a user