index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
widgets
/
dirlist.go
Age
Commit message (
Expand
)
Author
2019-07-08
Factor UI models out of the worker message package
Ben Burwell
2019-07-04
Sort out dirstore once and for all
Drew DeVault
2019-07-04
dirlist: simplify nextPrev() considerably
Reto Brunner
2019-07-04
dirlist: remove the additional filtering in Draw()
Reto Brunner
2019-07-04
dirlist: sync dirstore in filterDirsByFoldersConfig
Reto Brunner
2019-07-04
Add IMAP folder tab completion
Gregory Mullen
2019-07-02
Revert "Remove dirs field and references to it"
Drew DeVault
2019-06-30
Remove dirs field and references to it
Robert Günzler
2019-06-29
Add new lib/dirstore to source completions from
Gregory Mullen
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-14
Set empty message in dirlist if no folder exist.
Reto Brunner
2019-06-14
imap: respect the folder config option
Reto Brunner
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-14
Force INBOX to be included in dirlist
Drew DeVault
2019-05-11
Split ex line text handling into dedicated widget
Drew DeVault
2019-04-27
lib/ui: introduce Invalidatable
Simon Ser
2019-03-30
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-15
Fix nil dereference on rapidly cycling folders
Drew DeVault
2019-03-14
widgets/directories.go -> widgets/dirlist.go
Drew DeVault