mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 10:34:40 +03:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user