about summary refs log tree commit diff stats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-2/+1
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-161-13/+2
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-5/+5
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-15/+0
* Don't show empty message while sortingJeffas2020-02-281-4/+8
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-3/+17
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-0/+8
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-161-0/+9
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-8/+0
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-3/+14
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+1
* msgstore: add marking functionalityReto Brunner2019-12-211-4/+127
* Break early when delete happens in outdated stateKiril Vladimiroff2019-12-121-0/+5
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* 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