about summary refs log tree commit diff stats
path: root/commands/msg/modify-labels.go
Commit message (Collapse)AuthorAgeFilesLines
* commands/helper: remove duplicated methodReto Brunner2020-05-111-1/+1
|
* gofmt fixesDrew DeVault2020-04-241-1/+1
|
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-3/+1
| | | | Forgot an unused import, to save you the hassle here is v2.
* modify-labels: add completionReto Brunner2019-12-211-1/+2
|
* modify-labels: adapt to ProvidesMessagesReto Brunner2019-12-211-10/+7
|
* Add modify-labels commandReto Brunner2019-09-121-0/+69
This adds the event type as well as the command implementation, but no backend supports it yet.