| Commit message (Expand) | Author | Age | Files | Lines |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -6/+6 |
* | Apply dirlist style to unselected directories | Eyal Sawady | 2021-01-12 | 1 | -1/+1 |
* | update tcell to v2 and enable TrueColor support | y0ast | 2020-12-18 | 1 | -1/+1 |
* | dirlist: fix empty row if dir is added | Reto Brunner | 2020-09-08 | 1 | -0/+6 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 1 | -6/+4 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 1 | -4/+6 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 1 | -6/+4 |
* | Add a 'folders-exclude' option | ARaspiK | 2020-07-02 | 1 | -14/+31 |
* | Add dirlist scrollbar | Jeffas | 2020-06-09 | 1 | -2/+36 |
* | Add dirlist scrolling | Jeffas | 2020-06-09 | 1 | -3/+35 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 1 | -5/+7 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 1 | -7/+5 |
* | widgets/dirlist: Fix total message count | Reto Brunner | 2020-02-25 | 1 | -4/+6 |
* | fix missing import | Reto Brunner | 2020-02-19 | 1 | -0/+1 |
* | Revert "Only fetch the directory contents when we are switching directories" | Reto Brunner | 2020-02-19 | 1 | -5/+0 |
* | dirlist: actually honor the DirInfo | Reto Brunner | 2020-02-16 | 1 | -25/+36 |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 1 | -0/+17 |
* | Ensure we aren't selecting negative directories | Andreas Rammhold | 2020-02-07 | 1 | -0/+6 |
* | dirlist: adapt to dynamic UIconfig | Reto Brunner | 2020-01-28 | 1 | -10/+20 |
* | dirlist: remove not needed sort function | Reto Brunner | 2020-01-28 | 1 | -2/+1 |
* | Add custom sorting for folders | Michele Finotto | 2019-12-09 | 1 | -2/+34 |
* | Add display of unread messages in dirlist | Jeffas | 2019-09-11 | 1 | -1/+98 |
* | Add Mouseable | Jeffas | 2019-09-11 | 1 | -0/+29 |
* | Allow custom spinner via config file | Paul Spooren | 2019-08-30 | 1 | -1/+1 |
* | Only compile regex portion of folder filter | Daniel Xu | 2019-08-20 | 1 | -1/+1 |
* | folder filter: only assume regex if filter is ~fmt | Drew DeVault | 2019-08-20 | 1 | -4/+9 |
* | Support regex filters for folders | Daniel Xu | 2019-08-19 | 1 | -1/+11 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 1 | -3/+3 |
* | Move msgstore map to dirstore | Jeffas | 2019-07-26 | 1 | -0/+12 |
* | Show the directory being selected in gray | Jeffas | 2019-07-25 | 1 | -0/+3 |
* | Factor UI models out of the worker message package | Ben Burwell | 2019-07-08 | 1 | -1/+1 |
* | Sort out dirstore once and for all | Drew DeVault | 2019-07-04 | 1 | -0/+1 |
* | dirlist: simplify nextPrev() considerably | Reto Brunner | 2019-07-04 | 1 | -25/+11 |
* | dirlist: remove the additional filtering in Draw() | Reto Brunner | 2019-07-04 | 1 | -7/+0 |
* | dirlist: sync dirstore in filterDirsByFoldersConfig | Reto Brunner | 2019-07-04 | 1 | -9/+7 |
* | Add IMAP folder tab completion | Gregory Mullen | 2019-07-04 | 1 | -1/+5 |
* | Revert "Remove dirs field and references to it" | Drew DeVault | 2019-07-02 | 1 | -11/+10 |
* | Remove dirs field and references to it | Robert Günzler | 2019-06-30 | 1 | -10/+11 |
* | Add new lib/dirstore to source completions from | Gregory Mullen | 2019-06-29 | 1 | -4/+7 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -0/+4 |
* | Set empty message in dirlist if no folder exist. | Reto Brunner | 2019-06-14 | 1 | -16/+24 |
* | imap: respect the folder config option | Reto Brunner | 2019-06-14 | 1 | -11/+31 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -3/+3 |
* | Force INBOX to be included in dirlist | Drew DeVault | 2019-05-14 | 1 | -0/+11 |
* | Split ex line text handling into dedicated widget | Drew DeVault | 2019-05-11 | 1 | -7/+7 |
* | lib/ui: introduce Invalidatable | Simon Ser | 2019-04-27 | 1 | -8/+2 |
* | Use tcell.Style.Reverse instead of black on white | Drew DeVault | 2019-03-30 | 1 | -2/+1 |
* | Fix nil dereference on rapidly cycling folders | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | widgets/directories.go -> widgets/dirlist.go | Drew DeVault | 2019-03-14 | 1 | -0/+156 |