mirror of
https://git.sr.ht/~rjarry/aerc
synced 2026-03-02 18:23:33 +01:00
jmap: fix go static check failure
The missing variable was being set but unused.
Fixes: 9f97c698e3 ("jmap: fetch entire threads")
Signed-off-by: Tristan Partin <tristan@partin.io>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
committed by
Robin Jarry
parent
d619f45e24
commit
9e93d9efdb
@@ -157,7 +157,7 @@ func (w *JMAPWorker) handleFetchMessageHeaders(msg *types.FetchMessageHeaders) e
|
||||
var req jmap.Request
|
||||
req.Invoke(&email.Get{
|
||||
Account: w.accountId,
|
||||
IDs: mailIds,
|
||||
IDs: missing,
|
||||
Properties: headersProperties,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user