171fefd209
The Tabs object exposes an array of Tab objects and the current selected index in that array. The these two fields are sometimes modified in goroutines, which can lead to data races causing fatal out of bounds accesses on the tab array. Hide these fields as private API. Expose only what needs to be seen from the outside. This will prepare for protecting concurrent access with a lock in the next commit. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Koni Marti <koni.marti@gmail.com> |
||
---|---|---|
.. | ||
abort.go | ||
attach-key.go | ||
attach.go | ||
cc-bcc.go | ||
compose.go | ||
detach.go | ||
edit.go | ||
encrypt.go | ||
header.go | ||
next-field.go | ||
postpone.go | ||
send.go | ||
sign.go |