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-08-02
msglist: add initialization state
Reto Brunner
2019-07-26
Add new-email trigger
Jeffas
2019-07-19
Implement :filter, :clear
Kevin Kuehler
2019-07-08
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
Factor UI models out of the worker message package
Ben Burwell
2019-06-26
Fix jumping around in search
Drew DeVault
2019-06-26
Implement :search, :next-result, :prev-result
Drew DeVault
2019-06-11
Fix automatic scrolling when messages arrive/leave
Drew DeVault
2019-06-11
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-08
msglist: use distinct style for unread emails
Yash Srivastav
2019-06-07
Truncate long subject lines
Drew DeVault
2019-06-07
Message list: implement index-format option
Yash Srivastav
2019-05-19
Advance cursor after :delete and :move
Drew DeVault
2019-05-19
Reset message list cursor when switching stores
Drew DeVault
2019-05-19
Advance message list cursor when messages arrive
Drew DeVault
2019-05-19
Update internal state and draw from the same goroutine
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-17
Remove unimplemented color configuration
Drew DeVault
2019-05-17
Implement ui.empty-message config option
Drew DeVault
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