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
2020-02-25
widgets/dirlist: Fix total message count
Reto Brunner
2020-02-19
fix missing import
Reto Brunner
2020-02-19
Revert "Only fetch the directory contents when we are switching directories"
Reto Brunner
2020-02-16
dirlist: actually honor the DirInfo
Reto Brunner
2020-02-16
Only fetch the directory contents when we are switching directories
Reto Brunner
2020-02-07
Ensure we aren't selecting negative directories
Andreas Rammhold
2020-01-28
dirlist: adapt to dynamic UIconfig
Reto Brunner
2020-01-28
dirlist: remove not needed sort function
Reto Brunner
2019-12-09
Add custom sorting for folders
Michele Finotto
2019-09-11
Add display of unread messages in dirlist
Jeffas
2019-09-11
Add Mouseable
Jeffas
2019-08-30
Allow custom spinner via config file
Paul Spooren
2019-08-20
Only compile regex portion of folder filter
Daniel Xu
2019-08-20
folder filter: only assume regex if filter is ~fmt
Drew DeVault
2019-08-19
Support regex filters for folders
Daniel Xu
2019-08-07
Implement next-folder using NextPrev with amount
Jelle Besseling
2019-07-26
Move msgstore map to dirstore
Jeffas
2019-07-25
Show the directory being selected in gray
Jeffas
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