aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/search.go
Commit message (Expand)AuthorAgeFilesLines
* statusline: implement per-account statusKoni Marti2022-03-181-5/+6
* search/filter: display in extra statusRobin Jarry2022-02-231-5/+4
* search/filter: remove from status bar after 20 secondsRobin Jarry2022-02-191-4/+5
* filter/search: display current search/filter argumentsinwit2022-02-191-2/+3
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Rework msglist scrollingJeffas2020-06-091-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* extract search criteria parsing into the backendsReto Brunner2019-08-291-26/+1
* Implement :filter, :clearKevin Kuehler2019-07-191-9/+21
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-0/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-3/+12
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+54