mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-11-16 22:51:11 +01:00
I noticed that changing labels does not show the "labels updated" message in the status bar while it should. The problem is that we don't report a "Done" in handleModifyLabels, and the callback updating the status bar is never invoked. This patch fixes this, along with two missing or misplaced return-s in handleModifyLabels. Fixes: |
||
|---|---|---|
| .. | ||
| handlers | ||
| imap | ||
| jmap | ||
| lib | ||
| maildir | ||
| mbox | ||
| middleware | ||
| notmuch | ||
| types | ||
| handler_notmuch.go | ||
| worker.go | ||
| worker_enabled.go | ||