about summary refs log tree commit diff stats
path: root/commands/msgview/next.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-1/+1
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* Implement next-message in msgview using accountJelle Besseling2019-08-071-9/+8
| | | | | This makes sure that the next-message command accepts the same arguments in the account view and the msgview
* Implement basic tab completion supportGregory Mullen2019-06-291-5/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-0/+36
Signed-off-by: Kevin Kuehler <kkuehler@brave.com>