webmail: show email address instead of display name of "from" header in message listing if display name contains chars from "<@>"

it could be an attempt to confuse the reader with an email address. a classic.
This commit is contained in:
Mechiel Lukkien
2023-11-01 19:12:52 +01:00
parent 725f030d3c
commit f7686b7db8
5 changed files with 17 additions and 13 deletions

View File

@ -1744,7 +1744,7 @@ interface MsgitemView {
// Sub messages in thread. Can be further descendants, when an intermediate message
// is missing.
kids: MsgitemView[]
// Whether this thread root is collapsed. If so, the root is visible, all descedants
// Whether this thread root is collapsed. If so, the root is visible, all descendants
// are not. Value is only valid if this is a thread root.
collapsed: boolean