summaryrefslogtreecommitdiff
path: root/lib/msgstore.go
AgeCommit message (Expand)Author
2022-07-26fixup: Hack up message list to be sorted ascendingtopic/asc_sort_imapcos
2022-07-26Hack up message list to be sorted ascendingwip/asc_sort_imapcos
2022-07-10threading: refactor reselect logicTim Culverhouse
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-07-10threading: add force-client-threads optionTim Culverhouse
2022-07-10threading: enable toggle-threads for server-side threadsTim Culverhouse
2022-07-10msgstore: remove duplicate calls to store.updateTim Culverhouse
2022-06-14visual-mode: deselect messages after performing commandTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-05-31store: clean marked messagesKoni Marti
2022-05-06store: remove callbacks on errorKoni Marti
2022-04-17store: keep current message selectedKoni Marti
2022-04-11imap: fix no-envelope-for-message errorKoni Marti
2022-03-25store: sort messages even when a filter is appliedKoni Marti
2022-03-25sort: keep sort criteria applied to folderKoni Marti
2022-03-20msglist: update message counter upon filter changeKoni Marti
2022-03-20store: fix deleting messages in filter modeKoni Marti
2022-03-14store: allow consecutive filter and search queriesKoni Marti
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-03-09threading: honor user-defined sort criteriaKoni Marti
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2022-01-22msgstore: fetch missing headers in visual modeKoni Marti
2021-11-13messages: allow displaying email threadsy0ast
2021-11-05go.mod: change base git urlRobin Jarry
2021-02-26Fix linter warningsReto Brunner
2020-07-17run go fmtReto Brunner
2020-07-10Remove deleted messages from search/filter resultsAndrew Jeffery
2020-07-08Add additional flagging functionalityARaspiK
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-05-16imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner
2020-05-01store.FetchFull: Change callback type to expose entire messageBen Fiedler
2020-02-29remove the dirInfoUpdateRequest functionalityReto Brunner
2020-02-28Don't show empty message while sortingJeffas
2020-02-25lib/msgstore: debounce directoryUpdateRequestsReto Brunner
2020-02-19Revert "Only fetch the directory contents when we are switching directories"Reto Brunner
2020-02-16Request DirInfo whenever the unread count may have changedReto Brunner
2020-02-16Only fetch the directory contents when we are switching directoriesReto Brunner
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-12-27Add labels to index format (%g)Reto Brunner
2019-12-21msgstore: add marking functionalityReto Brunner
2019-12-12Break early when delete happens in outdated stateKiril Vladimiroff
2019-12-07Initialize an empty message map in the message store on initializationRafael Castillo
2019-10-14lib/msgstore: fix invalid callback invocationReto Brunner
2019-10-09Revert "Show spinner when fetching contents"Drew DeVault
2019-10-09Preserve sorting order in search resultsJeffas
2019-10-09Show spinner when fetching contentsJeffas
2019-09-20Add sorting functionalityJeffas
2019-09-18Revert "Fix out-of-order messages by sorting as we display"Drew DeVault
2019-09-12Add modify-labels commandReto Brunner