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
/
msgstore.go
Age
Commit message (
Expand
)
Author
2019-08-07
Implement next-folder using NextPrev with amount
Jelle Besseling
2019-07-29
Ring bell when new messages arrive
0.2.0
Ben Burwell
2019-07-29
lib/msgstore: Fix Select, Next, Prev with filter
Kevin Kuehler
2019-07-26
Add new-email trigger
Jeffas
2019-07-25
Make :next-result :prev-result relative to cursor
Kevin Kuehler
2019-07-19
Implement :filter, :clear
Kevin Kuehler
2019-07-11
#190 Handle gmail duplicate folder
Daniel Bridges
2019-07-08
Fix re-opening of expired pipe tabs
Drew DeVault
2019-07-08
Use []uint32 instead of imap.SeqSet
Ben Burwell
2019-07-08
Factor UI models out of the worker message package
Ben Burwell
2019-06-29
panic: runtime error: index out of range in handleFetchMessages (#127)
Zach Sisco
2019-06-26
Implement :search, :next-result, :prev-result
Drew DeVault
2019-06-11
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-09
Add :read and :unread commands
Drew DeVault
2019-06-09
Update our message flags when server updates them
Drew DeVault
2019-06-09
Add archive command
Robert Günzler
2019-05-20
Flesh out multipart switcher
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-16
Fix issues with OOB uids
Drew DeVault
2019-05-14
Implement move, mv commands
Drew DeVault
2019-05-14
Implement :copy (aka :cp)
Drew DeVault
2019-05-13
Remove leftover debug logging
Drew DeVault
2019-05-13
Handle incoming emails gracefully
Drew DeVault
2019-04-29
lib/msgstore: protect with a mutex
Simon Ser
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
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-15
Add TODO to msgstore.go
Drew DeVault
2019-03-15
Move MessageStore into its own file
Drew DeVault