1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 08:32:12 +01:00
aerc/worker/notmuch/events.go
2020-02-26 21:46:31 +01:00

12 lines
123 B
Go

//+build notmuch
package notmuch
type eventType interface{}
type event struct{}
type updateDirCounts struct {
event
}