index
:
aerc
this commit
master
mirror of ~rjarry's aerc fork - a pretty good email client
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widgets
/
msglist.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Show spinner when fetching contents"
Drew DeVault
2019-10-09
1
-3
/
+0
*
Show spinner when fetching contents
Jeffas
2019-10-09
1
-0
/
+3
*
Revert "Fix out-of-order messages by sorting as we display"
Drew DeVault
2019-09-18
1
-31
/
+0
*
Add Mouseable
Jeffas
2019-09-11
1
-1
/
+44
*
widgets: gofmt
Wagner Riffel
2019-09-04
1
-2
/
+2
*
Use sort.Stable for sorting displayed messages
a3v
2019-09-02
1
-1
/
+1
*
Allow custom spinner via config file
Paul Spooren
2019-08-30
1
-1
/
+1
*
Fix out-of-order messages by sorting as we display
Stephen Brennan
2019-08-29
1
-0
/
+31
*
msglist: add initialization state
Reto Brunner
2019-08-02
1
-15
/
+31
*
Add new-email trigger
Jeffas
2019-07-26
1
-1
/
+4
*
Implement :filter, :clear
Kevin Kuehler
2019-07-19
1
-13
/
+16
*
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
1
-2
/
+1
*
Factor UI models out of the worker message package
Ben Burwell
2019-07-08
1
-2
/
+2
*
Fix jumping around in search
Drew DeVault
2019-06-26
1
-10
/
+5
*
Implement :search, :next-result, :prev-result
Drew DeVault
2019-06-26
1
-0
/
+1
*
Fix automatic scrolling when messages arrive/leave
Drew DeVault
2019-06-11
1
-2
/
+2
*
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-11
1
-43
/
+20
*
msglist: use distinct style for unread emails
Yash Srivastav
2019-06-08
1
-0
/
+15
*
Truncate long subject lines
Drew DeVault
2019-06-07
1
-1
/
+5
*
Message list: implement index-format option
Yash Srivastav
2019-06-07
1
-1
/
+6
*
Advance cursor after :delete and :move
Drew DeVault
2019-05-19
1
-4
/
+5
*
Reset message list cursor when switching stores
Drew DeVault
2019-05-19
1
-1
/
+1
*
Advance message list cursor when messages arrive
Drew DeVault
2019-05-19
1
-0
/
+13
*
Update internal state and draw from the same goroutine
Simon Ser
2019-05-19
1
-21
/
+3
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-4
/
+4
*
Remove unimplemented color configuration
Drew DeVault
2019-05-17
1
-2
/
+2
*
Implement ui.empty-message config option
Drew DeVault
2019-05-17
1
-1
/
+1
*
Handle external message deletions
Drew DeVault
2019-05-13
1
-1
/
+0
*
Handle incoming emails gracefully
Drew DeVault
2019-05-13
1
-0
/
+1
*
lib/msgstore: protect with a mutex
Simon Ser
2019-04-29
1
-0
/
+18
*
widgets/msglist: fix MessageList.store race
Simon Ser
2019-04-29
1
-23
/
+32
*
lib/ui: introduce Invalidatable
Simon Ser
2019-04-27
1
-15
/
+9
*
Fix segfault on :view-message for unloaded message
Tom Lebreux
2019-04-10
1
-0
/
+4
*
Fix infinite loop on empty DirectoryContents
Tom Lebreux
2019-04-05
1
-2
/
+4
*
Show (no messages) for empty folders
Drew DeVault
2019-04-04
1
-0
/
+6
*
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-30
1
-2
/
+1
*
Show deleted emails pending server ack in grey
Drew DeVault
2019-03-30
1
-0
/
+3
*
Add body fetching support code
Drew DeVault
2019-03-29
1
-1
/
+1
*
Improve cursor handling in embedded terminal
Drew DeVault
2019-03-21
1
-0
/
+3
*
Implement :delete-message
Drew DeVault
2019-03-20
1
-0
/
+20
*
Fix scrolling issues on :select-message
Drew DeVault
2019-03-17
1
-0
/
+7
*
Implement :select-message
Drew DeVault
2019-03-15
1
-0
/
+9
*
Implement scrolling in message list
Drew DeVault
2019-03-15
1
-3
/
+14
*
Implement :next-message n%
Drew DeVault
2019-03-15
1
-0
/
+6
*
Move MessageStore into its own file
Drew DeVault
2019-03-15
1
-83
/
+3
*
Rig up key bindings
Drew DeVault
2019-03-15
1
-2
/
+2
*
Implement :{next,prev}-message
Drew DeVault
2019-03-14
1
-0
/
+20
*
Invalidate when UIDs finish downloading
Drew DeVault
2019-03-14
1
-4
/
+0
*
Display message subjects in message list
Drew DeVault
2019-03-14
1
-3
/
+22
*
Implement message store side of message fetching
Drew DeVault
2019-03-14
1
-10
/
+52
[next]