aboutsummaryrefslogtreecommitdiff
path: root/commands/account/move.go
AgeCommit message (Collapse)Author
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler
Consists of 3 functions * Store: Access to MessageStore type * SelectedAccount: Access to Account widget that the target widget belongs to * SelectedMessage: Current message (selected in msglist or the one we are viewing) Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu>
2019-05-19Advance cursor after :delete and :moveDrew DeVault
So that you can repeat the action on the next message if appropriate
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-14Implement move, mv commandsDrew DeVault