webmail: don't lose display of additional headers when a flag/keyword changes (e.g. marked as read)

This commit is contained in:
Mechiel Lukkien
2023-08-11 08:38:57 +02:00
parent 383eb483df
commit d7df70acd8
6 changed files with 70 additions and 45 deletions

View File

@ -20,7 +20,7 @@ const init = () => {
}
const msgheaderview = dom.table(style({marginBottom: '1ex', width: '100%'}))
loadMsgheaderView(msgheaderview, mi, null)
loadMsgheaderView(msgheaderview, mi, [], null)
const l = window.location.pathname.split('/')
const w = l[l.length-1]