mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Make the extended (with display name) address look nicer
This commit is contained in:
@@ -1738,7 +1738,7 @@ fn add_or_lookup_contact_by_addr(
|
||||
// addr is not the address of the actual sender but the one of the mailing list.
|
||||
// Add the display name to the addr to make it distinguishable from other people
|
||||
// who sent to the same mailing list.
|
||||
*addr.to_mut() = format!("{}-{}", display_name_normalized, addr);
|
||||
*addr.to_mut() = format!("{} – {}", display_name_normalized, addr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user