aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/next.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-10/+44
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-37/+20
* app: export global functionsRobin Jarry2023-10-101-3/+3
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-2/+3
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Rework msglist scrollingJeffas2020-06-091-2/+2
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-5/+5
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-2/+2
* Implement next-message in msgview using accountJelle Besseling2019-08-071-19/+29
* Implement basic tab completion supportGregory Mullen2019-06-291-7/+14
* Insert nil check before handling prev/next messageMartin Hafskjold Thoresen2019-06-181-2/+8
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-2/+4
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-191-0/+57