about summary refs log tree commit diff stats
path: root/commands/account/copy.go
Commit message (Collapse)AuthorAgeFilesLines
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-38/+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>
* s/aerc2/aerc/gDrew DeVault2019-05-171-2/+2
|
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+38