about summary refs log tree commit diff stats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-16/+24
* imap: respect the folder config optionReto Brunner2019-06-141-11/+31
* s/aerc2/aerc/gDrew DeVault2019-05-171-3/+3
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-7/+7
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-8/+2
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-2/+1
* Fix nil dereference on rapidly cycling foldersDrew DeVault2019-03-151-1/+1
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-0/+156