summaryrefslogtreecommitdiff
path: root/commands/account/search.go
AgeCommit message (Expand)Author
2022-07-26sort: clear sort criteria when called without argumentsTim Culverhouse
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-04-25filter: clear filter when called with no argsKoni Marti
2022-03-18statusline: implement per-account statusKoni Marti
2022-02-23search/filter: display in extra statusRobin Jarry
2022-02-19search/filter: remove from status bar after 20 secondsRobin Jarry
2022-02-19filter/search: display current search/filter argumentsinwit
2021-11-05go.mod: change base git urlRobin Jarry
2020-06-09Rework msglist scrollingJeffas
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-07-19Implement :filter, :clearKevin Kuehler
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-26Implement :search, :next-result, :prev-resultDrew DeVault