mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 23:34:38 +03:00
webadmin: after looking up cid, show it
seems like the useful line of that functionality got lost...
This commit is contained in:
@ -411,7 +411,8 @@ const index = async () => {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
dom._kids(cidElem)
|
||||
await check(recvIDFieldset, client.LookupCid(recvID.value))
|
||||
const cid = await check(recvIDFieldset, client.LookupCid(recvID.value))
|
||||
dom._kids(cidElem, cid)
|
||||
},
|
||||
recvIDFieldset=dom.fieldset(
|
||||
dom.label('Received ID', attr.title('The ID in the Received header that was added during incoming delivery.')), ' ',
|
||||
|
Reference in New Issue
Block a user