aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/cf.go
Commit message (Expand)AuthorAgeFilesLines
* dirlist: store previous folder infoKoni Marti2024-06-231-10/+10
* query: allow forcing overwrite of existing folderBence Ferdinandy2024-06-231-2/+2
* commands: use AccountConfig.Backend instead of reflectBence Ferdinandy2024-06-051-6/+2
* notmuch: add completions for :cf, :filter and :searchBence Ferdinandy2024-04-141-3/+16
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* commands: add :query to create named notmuch dirsJason Cox2024-02-261-20/+24
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* cf: allow changing folder of another accountRobin Jarry2023-12-051-23/+66
* cf: fix over quoting of notmuch queriesRobin Jarry2023-11-121-9/+12
* cf: do not quote notmuch queries in completion resultsRobin Jarry2023-11-021-1/+15
* cf: fix unexpected argument on notmuchRobin Jarry2023-10-301-3/+21
* commands: use completion from go-optRobin Jarry2023-10-281-3/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-9/+7
* app: export global functionsRobin Jarry2023-10-101-4/+4
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* statusline: move files to lib/stateRobin Jarry2023-02-201-2/+2
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-3/+1
* statusline: make statusline folder-specificKoni Marti2022-03-231-0/+2
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Make commands join args with spacesJeffas2019-09-201-6/+4
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Joining the args in cf for folders with spacesBen Cohen2019-08-121-1/+5
* ChangeFolder: do not depend on the msgstoreReto Brunner2019-08-021-6/+6
* Implement :filter, :clearKevin Kuehler2019-07-191-0/+6
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+2
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add context-specific commandsDrew DeVault2019-03-211-0/+38