aerc/lib
Simon Ser a275f65848 lib/msgstore: protect with a mutex
MessageStore has a lot of exported fields that can be read from the outside.
Each read must be protected, because a call from Update could happen at any
time.
2019-04-29 09:49:48 -04:00
..
ui lib/ui: fix GridCell.invalid race 2019-04-29 09:29:37 -04:00
msgstore.go lib/msgstore: protect with a mutex 2019-04-29 09:49:48 -04:00