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
*
Fix nil pointer deref on Envelope
Andrew Jeffery
2020-07-02
1
-3
/
+7
*
Add scrollbar
Jeffas
2020-06-09
1
-3
/
+37
*
Rework msglist scrolling
Jeffas
2020-06-09
1
-14
/
+30
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-37
/
+18
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-1
/
+2
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-2
/
+1
*
Add Style configuration
Reto Brunner
2020-05-27
1
-18
/
+37
*
pgp: fail gracefully from email decryption
Ray Ganardi
2020-05-25
1
-1
/
+5
*
Initial support for PGP decryption & signatures
Drew DeVault
2020-03-03
1
-2
/
+5
*
Only show spinner while sorting if no uids
Jeffas
2020-02-28
1
-7
/
+7
*
Don't show empty message while sorting
Jeffas
2020-02-28
1
-0
/
+6
*
Fix crash on mouse scrolling before messages load
Wiktor Kwapisiewicz
2020-02-22
1
-2
/
+6
*
config: Strongly type context type
Reto Brunner
2020-01-24
1
-1
/
+1
*
Contextual UI Configuration
Srivathsan Murali
2020-01-24
1
-3
/
+9
*
msglist: highlight marked messages
Reto Brunner
2019-12-21
1
-1
/
+1
*
Complete the F rune.
Srivathsan Murali
2019-11-17
1
-0
/
+1
*
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
[next]