mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 08:32:12 +01:00
12 lines
123 B
Go
12 lines
123 B
Go
//+build notmuch
|
|
|
|
package notmuch
|
|
|
|
type eventType interface{}
|
|
|
|
type event struct{}
|
|
|
|
type updateDirCounts struct {
|
|
event
|
|
}
|