about summary refs log tree commit diff stats
path: root/commands/account/move.go
Commit message (Collapse)AuthorAgeFilesLines
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-39/+0
| | | | | | | | | | | 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>
* Advance cursor after :delete and :moveDrew DeVault2019-05-191-0/+1
| | | | So that you can repeat the action on the next message if appropriate
* s/aerc2/aerc/gDrew DeVault2019-05-171-2/+2
|
* Implement move, mv commandsDrew DeVault2019-05-141-0/+38