summaryrefslogtreecommitdiff
path: root/worker/notmuch/worker.go
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-07-08 01:02:46 +0200
committerReto Brunner <reto@labrat.space>2020-07-08 01:02:46 +0200
commit3e6189f243c8d0717979da1a1a18e46996f6a2ef (patch)
treef7d86d86437053ba04aad3f3adb8d96f3416be75 /worker/notmuch/worker.go
parent5f9c0058724d2ef42e86cb670be2f2f2d7362bce (diff)
downloadaerc-3e6189f243c8d0717979da1a1a18e46996f6a2ef.zip
notmuch: fix docstring
Diffstat (limited to 'worker/notmuch/worker.go')
-rw-r--r--worker/notmuch/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go
index 75c1214..3fdd11d 100644
--- a/worker/notmuch/worker.go
+++ b/worker/notmuch/worker.go
@@ -41,7 +41,7 @@ type worker struct {
currentSortCriteria []*types.SortCriterion
}
-// NewWorker creates a new maildir worker with the provided worker.
+// NewWorker creates a new notmuch worker with the provided worker.
func NewWorker(w *types.Worker) (types.Backend, error) {
events := make(chan eventType, 20)
return &worker{w: w,