Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement next-message in msgview using account | Jelle Besseling | 2019-08-07 | 1 | -19/+29 |
| | | | | | This makes sure that the next-message command accepts the same arguments in the account view and the msgview | ||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -7/+14 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen | 2019-06-18 | 1 | -2/+8 |
| | | | | | If these are called before the store is setup, `acct.Store()` returns `nil`, and we SEGFAULT in `MessageStore.nextPrev`. | ||||
* | commands/msgview: Add next/prev commands | Kevin Kuehler | 2019-06-11 | 1 | -2/+4 |
| | | | | Signed-off-by: Kevin Kuehler <kkuehler@brave.com> | ||||
* | Rename :delete-message et al to :delete et al | Drew DeVault | 2019-05-19 | 1 | -0/+57 |