mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:44:38 +03:00
webmail: for long to/cc/bcc address list (>5) show the first 4 and a button to show the rest
for issue #98 by mattfbacon, thanks
This commit is contained in:
@ -20,7 +20,7 @@ const init = () => {
|
||||
}
|
||||
|
||||
const msgheaderview = dom.table(dom._class('msgheaders'), style({marginBottom: '1ex', width: '100%'}))
|
||||
loadMsgheaderView(msgheaderview, mi, [], null)
|
||||
loadMsgheaderView(msgheaderview, mi, [], null, true)
|
||||
|
||||
const l = window.location.pathname.split('/')
|
||||
const w = l[l.length-1]
|
||||
|
Reference in New Issue
Block a user