aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/next.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-83/+0
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-7/+23
* app: export global functionsRobin Jarry2023-10-101-6/+6
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* tabs: make sure to close tab contentRobin Jarry2023-04-011-1/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+1
* lib: implement an eml message viewKoni Marti2022-11-091-0/+4
* msgview: enable next/prev with unfetched headersKoni Marti2022-10-191-14/+26
* view: add peek flag and propagateKoni Marti2022-10-041-1/+1
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+5
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Revert "Add Style configuration"Drew DeVault2020-05-281-3/+1
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+3
* Remove duration from the status methodsReto Brunner2020-05-271-3/+1
* Add Style configurationReto Brunner2020-05-271-1/+3
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+6
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement next-message in msgview using accountJelle Besseling2019-08-071-9/+8
* Implement basic tab completion supportGregory Mullen2019-06-291-5/+12
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-0/+36