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
/
lib
Age
Commit message (
Expand
)
Author
2019-03-31
Make message viewer real, part two
Drew DeVault
2019-03-31
Rename FetchMessageBodies to FetchFullMessages
Drew DeVault
2019-03-31
Make the message viewer real, part one
Drew DeVault
2019-03-31
Don't parse mail in worker; send a reader instead
Drew DeVault
2019-03-31
Pull BodyStructure up from IMAP worker
Drew DeVault
2019-03-30
Add basic message viewer mockup
Drew DeVault
2019-03-30
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-30
Show deleted emails pending server ack in grey
Drew DeVault
2019-03-29
Add body fetching support code
Drew DeVault
2019-03-21
Remove unused import from msgstore.go
Drew DeVault
2019-03-20
Implement :delete-message
Drew DeVault
2019-03-17
Add :term-close
Drew DeVault
2019-03-17
Move exline handling up to aerc, add :term
Drew DeVault
2019-03-17
Add basic terminal widget
Drew DeVault
2019-03-15
Add TODO to msgstore.go
Drew DeVault
2019-03-15
Move MessageStore into its own file
Drew DeVault
2019-03-15
Add :quit command
Drew DeVault
2019-01-20
Implement the Container interface in lib/ui/
Drew DeVault
2019-01-20
Merge lib/ui/interfaces.go and add another
Drew DeVault
2019-01-14
Make repeated invalidations more efficient
Drew DeVault
2019-01-14
Add cursor handling in ex line
Drew DeVault
2019-01-13
Revert "Add abstract list, update dirlist accordingly"
Drew DeVault
2019-01-13
Revert "Render selected list item differently"
Drew DeVault
2019-01-13
Render selected list item differently
Drew DeVault
2019-01-13
Add abstract list, update dirlist accordingly
Drew DeVault
2018-06-13
refactor lib/ui/tab to ensure staying in bounds
Markus Ongyerth
2018-06-11
Fix tab invalidation bugs
Drew DeVault
2018-06-11
Apply gofmt
Drew DeVault
2018-06-11
Clean up some old code
Drew DeVault
2018-06-11
Move sidebar into account tabs
Drew DeVault
2018-06-07
Use default color for selected tab
Drew DeVault
2018-06-01
switch to tcell from termbox
Markus Ongyerth
2018-02-27
Pull main aerc UI into widget
Drew DeVault
2018-02-27
Add stack UI container
Drew DeVault
2018-02-26
Split UI library and widgets
Drew DeVault