set contact alias name in inbox when available

This commit is contained in:
Kevin Froman 2019-09-09 18:05:09 -05:00
parent d74bfbd5ee
commit 67e16f2d7d
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ function loadInboxEntries(bHash){
entry.setAttribute('data-nameSet', false)
}
else{
senderInput.value = name
entry.setAttribute('data-nameSet', true)
}
}