aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* style: add style config options for dirlist_unread and dirlist_recentTim Culverhouse2022-04-271-3/+14
* Initialization fix for dynamic foldersAivars Vaivods2022-04-141-0/+9
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* scrollable: extract scrolling behavior for reuseKoni Marti2022-03-031-49/+11
* ui: make dirlist-delay context-awareinwit2022-02-241-1/+1
* dirtree: implement foldable tree for directory listKoni Marti2022-02-231-1/+34
* dirlist: use shorter delay before listing directory contentsRobin Jarry2022-01-291-1/+1
* dirlist: skip unnecessary change-folder actionKoni Marti2022-01-241-39/+55
* dirlist: improve change-folder responsivenessKoni Marti2022-01-241-2/+2
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-1/+7
* go.mod: change base git urlRobin Jarry2021-11-051-6/+6
* Apply dirlist style to unselected directoriesEyal Sawady2021-01-121-1/+1
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* dirlist: fix empty row if dir is addedReto Brunner2020-09-081-0/+6
* Implement style configuration.Kalyan Sriram2020-08-061-6/+4
* Revert "Implement style configuration."Reto Brunner2020-07-301-4/+6
* Implement style configuration.Kalyan Sriram2020-07-301-6/+4
* Add a 'folders-exclude' optionARaspiK2020-07-021-14/+31
* Add dirlist scrollbarJeffas2020-06-091-2/+36
* Add dirlist scrollingJeffas2020-06-091-3/+35
* Revert "Add Style configuration"Drew DeVault2020-05-281-5/+7
* Add Style configurationReto Brunner2020-05-271-7/+5
* widgets/dirlist: Fix total message countReto Brunner2020-02-251-4/+6
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-5/+0
* dirlist: actually honor the DirInfoReto Brunner2020-02-161-25/+36
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-0/+17
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-281-10/+20
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* Add custom sorting for foldersMichele Finotto2019-12-091-2/+34
* Add display of unread messages in dirlistJeffas2019-09-111-1/+98
* Add MouseableJeffas2019-09-111-0/+29
* Allow custom spinner via config filePaul Spooren2019-08-301-1/+1
* Only compile regex portion of folder filterDaniel Xu2019-08-201-1/+1
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-201-4/+9
* Support regex filters for foldersDaniel Xu2019-08-191-1/+11
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Move msgstore map to dirstoreJeffas2019-07-261-0/+12
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Factor UI models out of the worker message packageBen Burwell2019-07-081-1/+1
* Sort out dirstore once and for allDrew DeVault2019-07-041-0/+1
* dirlist: simplify nextPrev() considerablyReto Brunner2019-07-041-25/+11
* dirlist: remove the additional filtering in Draw()Reto Brunner2019-07-041-7/+0
* dirlist: sync dirstore in filterDirsByFoldersConfigReto Brunner2019-07-041-9/+7
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+5
* Revert "Remove dirs field and references to it"Drew DeVault2019-07-021-11/+10
* Remove dirs field and references to itRobert Günzler2019-06-301-10/+11
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-4/+7
* Implement basic tab completion supportGregory Mullen2019-06-291-0/+4