about summary refs log tree commit diff stats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-091-6/+3
* Preserve sorting order in search resultsJeffas2019-10-091-0/+2
* Show spinner when fetching contentsJeffas2019-10-091-3/+6
* Add sorting functionalityJeffas2019-09-201-1/+16
* Revert "Fix out-of-order messages by sorting as we display"Drew DeVault2019-09-181-1/+1
* Add modify-labels commandReto Brunner2019-09-121-0/+9
* Add display of unread messages in dirlistJeffas2019-09-111-0/+8
* widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel2019-09-041-6/+2
* extract search criteria parsing into the backendsReto Brunner2019-08-291-4/+2
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-291-1/+1
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-3/+12
* lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler2019-07-291-8/+10
* Add new-email triggerJeffas2019-07-261-1/+18
* Make :next-result :prev-result relative to cursorKevin Kuehler2019-07-251-0/+9
* Implement :filter, :clearKevin Kuehler2019-07-191-14/+33
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-0/+2
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-1/+13
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-25/+11
* Factor UI models out of the worker message packageBen Burwell2019-07-081-18/+19
* panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco2019-06-291-3/+1
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-1/+49
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-111-0/+41
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+14
* Update our message flags when server updates themDrew DeVault2019-06-091-3/+1
* Add archive commandRobert Günzler2019-06-091-2/+15
* Flesh out multipart switcherDrew DeVault2019-05-201-1/+1
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-19/+0
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Implement move, mv commandsDrew DeVault2019-05-141-0/+27
* Implement :copy (aka :cp)Drew DeVault2019-05-141-2/+16
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+6
* lib/msgstore: protect with a mutexSimon Ser2019-04-291-3/+22
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-1/+15
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-7/+6
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-1/+15
* Show deleted emails pending server ack in greyDrew DeVault2019-03-301-2/+15
* Add body fetching support codeDrew DeVault2019-03-291-6/+71
* Remove unused import from msgstore.goDrew DeVault2019-03-211-2/+0
* Implement :delete-messageDrew DeVault2019-03-201-3/+26
* Add TODO to msgstore.goDrew DeVault2019-03-151-1/+1
* Move MessageStore into its own fileDrew DeVault2019-03-151-0/+86