aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/search.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-1/+1
* search: allow searching for forwarded messagesinwit2024-08-201-4/+5
* search,filter: add flag to use custom extensionsKoni Marti2024-08-041-5/+27
* commands: use AccountConfig.Backend instead of reflectBence Ferdinandy2024-06-051-4/+1
* notmuch: add completions for :cf, :filter and :searchBence Ferdinandy2024-04-141-1/+15
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* filter: allow workers to combine filter termsKoni Marti2024-02-111-1/+1
* flags: add support for draft flagJason Cox2024-01-261-0/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* completion: refactor filter list apiRobin Jarry2023-11-021-3/+3
* commands: use completion from go-optRobin Jarry2023-10-281-27/+14
* search: use a common api for all workersRobin Jarry2023-10-281-4/+110
* commands: parse arguments with go-optRobin Jarry2023-10-281-1/+3
* app: export global functionsRobin Jarry2023-10-101-7/+6
* widgets: rename package to appRobin Jarry2023-10-101-4/+4
* search/filter: update completionKoni Marti2023-05-161-0/+23
* statusline: move files to lib/stateRobin Jarry2023-02-201-5/+5
* logging: rename package to logRobin Jarry2022-12-021-3/+3
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-1/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+3
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-7/+10
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* 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