aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/mark.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-2/+3
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+7
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-46/+22
* app: export global functionsRobin Jarry2023-10-101-4/+3
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* threadbuilder: store uid/thread associationKoni Marti2023-07-161-6/+10
* mark: fix (un)mark -a when no message is selectedKoni Marti2022-09-291-5/+12
* mark: (un)mark message threadsKoni Marti2022-08-221-4/+31
* mark: allow multiple visual selectionsKoni Marti2022-08-221-2/+6
* store: extract marking behavior and add testsKoni Marti2022-08-221-7/+8
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-6/+8
* visual-mode: deselect messages after performing commandTim Culverhouse2022-06-141-1/+7
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Fix typosMartin Michlmayr2020-05-211-1/+1
* add mark commandReto Brunner2019-12-211-0/+98