notmuch: fix docstring
This commit is contained in:
parent
5f9c005872
commit
3e6189f243
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ type worker struct {
|
||||||
currentSortCriteria []*types.SortCriterion
|
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) {
|
func NewWorker(w *types.Worker) (types.Backend, error) {
|
||||||
events := make(chan eventType, 20)
|
events := make(chan eventType, 20)
|
||||||
return &worker{w: w,
|
return &worker{w: w,
|
||||||
|
|
Loading…
Reference in a new issue