summaryrefslogtreecommitdiff
path: root/commands/msg/move.go
AgeCommit message (Expand)Author
2021-11-05go.mod: change base git urlRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2020-06-09Rework msglist scrollingJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-11commands/helper: remove duplicated methodReto Brunner
2020-04-24gofmt fixesDrew DeVault
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2019-12-21move: adapt to ProvidesMessagesReto Brunner
2019-09-20Make commands join args with spacesJeffas
2019-09-04all: purge redundant underscoresWagner Riffel
2019-07-17Update status message to include destinationJeffas
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-10Fix crashes when operating on empty folder (#216)Daniel Bridges
2019-07-04Add IMAP folder tab completionGregory Mullen
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-11Move select functionality from msglist to msgstoreKevin Kuehler
2019-06-09Fix :move command's arg parsingDrew DeVault
2019-06-09Add archive commandRobert Günzler
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler