mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
Fix short formatting of cards for mail editor
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
var fullname = this.$fullname(),
|
||||
email = this.$preferredEmail(partial);
|
||||
if (email && email != fullname)
|
||||
fullname += ' (' + email + ')';
|
||||
fullname += ' <' + email + '>';
|
||||
return fullname;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user