aboutsummaryrefslogtreecommitdiffstats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* store: remove callbacks on errorKoni Marti2022-05-061-3/+28
* store: keep current message selectedKoni Marti2022-04-171-1/+22
* imap: fix no-envelope-for-message errorKoni Marti2022-04-111-1/+3
* store: sort messages even when a filter is appliedKoni Marti2022-03-251-0/+1
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+4
* msglist: update message counter upon filter changeKoni Marti2022-03-201-0/+11
* store: fix deleting messages in filter modeKoni Marti2022-03-201-0/+8
* store: allow consecutive filter and search queriesKoni Marti2022-03-141-7/+21
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* threading: honor user-defined sort criteriaKoni Marti2022-03-091-36/+12
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-1/+78
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+7
* messages: allow displaying email threadsy0ast2021-11-131-5/+50
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Fix linter warningsReto Brunner2021-02-261-1/+1
* run go fmtReto Brunner2020-07-171-2/+2
* Remove deleted messages from search/filter resultsAndrew Jeffery2020-07-101-0/+9
* Add additional flagging functionalityARaspiK2020-07-081-4/+5
* 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 arrive0.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