set contact alias name in inbox when available
This commit is contained in:
parent
d74bfbd5ee
commit
67e16f2d7d
@ -184,6 +184,7 @@ function loadInboxEntries(bHash){
|
||||
entry.setAttribute('data-nameSet', false)
|
||||
}
|
||||
else{
|
||||
senderInput.value = name
|
||||
entry.setAttribute('data-nameSet', true)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user