summary refs log tree commit diff stats
path: root/commands/msg/utils.go
Commit message (Collapse)AuthorAgeFilesLines
* Change MarkedMessages to return uidsReto Brunner2020-05-111-7/+10
| | | | | | | | | Especially if one tries to interact with all marked messages there could be the case that not all headers are fetched yet, hence the messageInfo is still nil. This segfaults a lot of commands which in principle only need the uid to complete. If we switch to uids, this issue can be alleviated for those commands.
* commands/helper: remove duplicated methodReto Brunner2020-05-111-9/+1
|
* add command helpersReto Brunner2019-12-211-0/+55