diff options
author | Reto Brunner <reto@labrat.space> | 2020-02-15 14:14:47 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-16 10:41:19 -0500 |
commit | 78dd043057af9ccf82d1d7ea1f316f2d55b769c2 (patch) | |
tree | d745dd8e30d399a7fed1757d35cec4dfed0ea140 /worker/notmuch/events.go | |
parent | 8d216ab10e6d43c44ca47ccd44fe7f3d40f1b1c3 (diff) | |
download | aerc-78dd043057af9ccf82d1d7ea1f316f2d55b769c2.tar.gz |
notmuch: refresh dirlist in background
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r-- | worker/notmuch/events.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go index df35b21..896befa 100644 --- a/worker/notmuch/events.go +++ b/worker/notmuch/events.go @@ -3,3 +3,7 @@ package notmuch type eventType interface{} type event struct{} + +type updateDirCounts struct { + event +} |