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
/
msglist.go
Age
Commit message (
Expand
)
Author
2019-05-13
Handle external message deletions
Drew DeVault
2019-05-13
Handle incoming emails gracefully
Drew DeVault
2019-04-29
lib/msgstore: protect with a mutex
Simon Ser
2019-04-29
widgets/msglist: fix MessageList.store race
Simon Ser
2019-04-27
lib/ui: introduce Invalidatable
Simon Ser
2019-04-10
Fix segfault on :view-message for unloaded message
Tom Lebreux
2019-04-05
Fix infinite loop on empty DirectoryContents
Tom Lebreux
2019-04-04
Show (no messages) for empty folders
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
Improve cursor handling in embedded terminal
Drew DeVault
2019-03-20
Implement :delete-message
Drew DeVault
2019-03-17
Fix scrolling issues on :select-message
Drew DeVault
2019-03-15
Implement :select-message
Drew DeVault
2019-03-15
Implement scrolling in message list
Drew DeVault
2019-03-15
Implement :next-message n%
Drew DeVault
2019-03-15
Move MessageStore into its own file
Drew DeVault
2019-03-15
Rig up key bindings
Drew DeVault
2019-03-14
Implement :{next,prev}-message
Drew DeVault
2019-03-14
Invalidate when UIDs finish downloading
Drew DeVault
2019-03-14
Display message subjects in message list
Drew DeVault
2019-03-14
Implement message store side of message fetching
Drew DeVault
2019-03-14
Lay out message list widget basic design
Drew DeVault
2019-03-10
Fetch valid UIDs from server after opening dir
Drew DeVault